Skip to content

Commit

Permalink
Merge pull request #107 from OpenFreeEnergy/add_pytest_addopts_to_pyp…
Browse files Browse the repository at this point in the history
…rojecttoml

move addopts to pyproject.toml
  • Loading branch information
atravitz authored Jan 10, 2025
2 parents f0deb2b + 5faceda commit 5eee34b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
micromamba list
- name: "Run tests"
run: |
pytest -n auto -v --cov=konnektor --cov-report=xml --ignore=dev
pytest -n auto -v --cov=konnektor --cov-report=xml
- name: "Test Notebooks"
run: |
# another dep I don't want to include in the env
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ default-tag = "0.0.0"

[tool.versioningit.write]
file = "src/konnektor/_version.py"

[tool.pytest.ini_options]
addopts = "--ignore=dev"

0 comments on commit 5eee34b

Please sign in to comment.