From d7bee7945dae93a808f65fb241f5c31ad5787237 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 5 Nov 2021 12:18:51 +0200 Subject: [PATCH] Remove py workaround --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index c7e8ea01..a35fbf04 100644 --- a/tox.ini +++ b/tox.ini @@ -28,9 +28,6 @@ setenv = wheel: TEST_MODE = wheel extras = test -;TODO Remove once https://github.com/pytest-dev/py/issues/273 released. -deps = - py@git+https://github.com/pytest-dev/py@master;python_version>="3.11" commands = pytest -rsx --cov --cov-config setup.cfg \ --cov-report=html:{envdir}/htmlcov --cov-context=test \ @@ -77,8 +74,6 @@ description = generate a DEV environment usedevelop = true deps = virtualenv>=20.0.34 -;TODO Remove once https://github.com/pytest-dev/py/issues/273 released. - py@git+https://github.com/pytest-dev/py@master;python_version>="3.11" extras = doc