We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7f70d commit 071fa2fCopy full SHA for 071fa2f
1 file changed
tox.ini
@@ -45,12 +45,3 @@ skip_install = true
45
commands =
46
poetry install
47
poetry run pytest -ra --cov=cwt --cov-report=term --cov-report=xml tests
48
-
49
50
-[testenv:py310]
51
-allowlist_externals = poetry
52
-skip_install = true
53
-commands =
54
- pip install cleo tomlkit poetry-core requests cachecontrol cachy html5lib pkginfo virtualenv lockfile
55
- poetry install
56
- poetry run pytest -ra --cov=cwt --cov-report=term --cov-report=xml tests
0 commit comments