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 3797079 commit 9bb68c8Copy full SHA for 9bb68c8
tox.ini
@@ -28,9 +28,6 @@ setenv =
28
wheel: TEST_MODE = wheel
29
extras =
30
test
31
-;TODO Remove once https://github.com/pytest-dev/py/issues/273 released.
32
-deps =
33
- py@git+https://github.com/pytest-dev/py@master;python_version>="3.11"
34
commands =
35
pytest -rsx --cov --cov-config pyproject.toml \
36
--cov-report=html:{envdir}/htmlcov --cov-context=test \
@@ -77,8 +74,6 @@ description = generate a DEV environment
77
74
usedevelop = true
78
75
deps =
79
76
virtualenv>=20.0.34
80
81
82
83
84
doc
0 commit comments