Skip to content

Commit

Permalink
move addopts to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
atravitz committed Jan 10, 2025
1 parent 36a8a98 commit 362f4e4
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-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 --cov=konnektor"

0 comments on commit 362f4e4

Please sign in to comment.