Skip to content

Commit 071fa2f

Browse files
committed
Remove py310 specific setting from tox.
1 parent df7f70d commit 071fa2f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tox.ini

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,3 @@ skip_install = true
4545
commands =
4646
poetry install
4747
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

Comments
 (0)