1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-11-07 11:33:19 +01:00

Fix tests for tox 4.0.15

This commit is contained in:
Miro Hrončok
2022-12-20 11:37:10 +01:00
parent 1130fb77b4
commit 843dee6288
3 changed files with 8 additions and 10 deletions

View File

@@ -53,7 +53,6 @@ def tox(*args, quiet=True, **kwargs):
TOX_VERSION = ver(tox("--version").stdout.split(" ")[0].split("+")[0])
TOX_MIN_VERSION = ver(f"{TOX_VERSION.major}.{TOX_VERSION.minor}")
TOX4 = TOX_VERSION.major == 4