From 97a7cbd53525f603ab592356c990368c6f284d1f Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Tue, 1 Oct 2024 13:01:54 -0700 Subject: [PATCH] ci: Remove a test from the tox config since it is not needed (doesn't work anyways) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 130d358..27f7553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]