From b638367de863219ae66f9e625e03a94cb93a3c45 Mon Sep 17 00:00:00 2001 From: Riccardo Coccioli Date: Thu, 23 Nov 2023 22:11:13 +0100 Subject: [PATCH] tox.ini: remove optimization for tox <4 --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index c0fb6a0..40b19e7 100644 --- a/tox.ini +++ b/tox.ini @@ -18,11 +18,6 @@ description = py39: (Python 3.9) py310: (Python 3.10) py311: (Python 3.11) -envdir = - prospector: {toxworkdir}/{envname} - py39-!prospector: {toxworkdir}/py39-tests - py310-!prospector: {toxworkdir}/py310-tests - py311-!prospector: {toxworkdir}/py311-tests commands = unit: py.test --strict-markers --cov-report=term-missing --cov=gjson tests/unit {posargs} mypy: mypy --show-error-codes gjson/