-
-
Notifications
You must be signed in to change notification settings - Fork 540
Closed
Labels
Description
tox/src/tox/config/__init__.py
Lines 574 to 579 in 407121b
# TODO(stephenfin): Raise an exception here in tox 4.0 | |
warnings.warn( | |
"conflicting basepython version (set {}, should be {}) for env '{}';" | |
"resolve conflict or set ignore_basepython_conflict".format( | |
proposed_version, implied_version, testenv_config.envname | |
) |