Skip to content
Snippets Groups Projects
Commit e00f66b7 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

Merge branch 'simplify-deps' into 'main'

Remove redundant deps from pyptojet.toml

See merge request !81
parents d23ee764 4cd478da
No related branches found
No related tags found
1 merge request!81Remove redundant deps from pyptojet.toml
Pipeline #373445 passed
...@@ -29,7 +29,7 @@ stages: ...@@ -29,7 +29,7 @@ stages:
- echo "Install Python3" - echo "Install Python3"
- apt-get update - apt-get update
- apt-get install -y python3 python3-venv python3-rich - apt-get install -y python3 python3-venv
- python3 -m venv --help - python3 -m venv --help
- python3 -m venv venv - python3 -m venv venv
- source venv/bin/activate - source venv/bin/activate
...@@ -39,13 +39,10 @@ stages: ...@@ -39,13 +39,10 @@ stages:
- echo "Install Python dependencies for running the tests" - echo "Install Python dependencies for running the tests"
- pip install -U pip - pip install -U pip
- pip --version - pip --version
- pip install pytest black ruff archspec - pip install .[dev]
- echo "Diagnostics - which versions are we using" - echo "Diagnostics - which versions are we using"
- python3 --version - python3 --version
- pytest --version - pytest --version
- black --version
- ruff --version
- echo "Install additional packages we need to run spack-setup.sh" - echo "Install additional packages we need to run spack-setup.sh"
- apt-get install -y git rsync - apt-get install -y git rsync
......
...@@ -21,12 +21,10 @@ Home = "https://gitlab.gwdg.de/mpsd-cs/mpsd-software-manager/" ...@@ -21,12 +21,10 @@ Home = "https://gitlab.gwdg.de/mpsd-cs/mpsd-software-manager/"
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"black",
"pre-commit", "pre-commit",
"pytest", "pytest",
"pytest-mock", "pytest-mock",
"pytest-cov", "pytest-cov",
"ruff",
] ]
[tool.pytest.ini_options] [tool.pytest.ini_options]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment