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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user