Skip to content

Commit

Permalink
ci: Remove a test from the tox config since it is not needed (doesn't…
Browse files Browse the repository at this point in the history
… work anyways)
  • Loading branch information
nfelt14 committed Oct 1, 2024
1 parent 34d6fe8 commit 97a7cbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ commands =
!tests: poetry build --output=dist_{envname}
!tests: twine check --strict dist_{envname}/*
!tests: pre-commit run --all-files
!tests: pytest -vv --doctest-modules --doctest-report=ndiff --showlocals --junitxml={tox_root}/.results_{envname}/results_doctests.xml --self-contained-html --html={tox_root}/.results_{envname}/results_doctests.html src
pytest -vv -k "not test_docs" --showlocals --cov --junitxml={tox_root}/.results_{envname}/results.xml --cov-report=term --cov-report=xml:{tox_root}/.coverage_{envname}.xml --cov-report=html:{tox_root}/.results_{envname}/html --self-contained-html --html={tox_root}/.results_{envname}/results.html
[testenv:tests]
Expand Down

0 comments on commit 97a7cbd

Please sign in to comment.