Skip to content

Commit 9bb68c8

Browse files
authored
tox: remove py3.11 workaround for pytest (#402)
1 parent 3797079 commit 9bb68c8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ setenv =
2828
wheel: TEST_MODE = wheel
2929
extras =
3030
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"
3431
commands =
3532
pytest -rsx --cov --cov-config pyproject.toml \
3633
--cov-report=html:{envdir}/htmlcov --cov-context=test \
@@ -77,8 +74,6 @@ description = generate a DEV environment
7774
usedevelop = true
7875
deps =
7976
virtualenv>=20.0.34
80-
;TODO Remove once https://github.com/pytest-dev/py/issues/273 released.
81-
py@git+https://github.com/pytest-dev/py@master;python_version>="3.11"
8277

8378
extras =
8479
doc

0 commit comments

Comments
 (0)