You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running the tests for 2023.4.22, I get this error:
______________________________________________________________ ERROR collecting tests/test_virtualenv.py ______________________________________________________________
tests/test_virtualenv.py:35: in <module>
VIRTUALENV_VERSION = virtualenv.version.version
E AttributeError: module 'virtualenv.version' has no attribute 'version'
virtualenv.version doesn't have 'version', but does have '__version__'
Current Behavior
running the tests for 2023.4.22, I get this error:
virtualenv.version doesn't have 'version', but does have '__version__'
Expected Behavior
No response
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: