Replies: 1 comment 1 reply
-
Can you create the environment yourself and then point to the path? https://hatch.pypa.io/latest/plugins/environment/virtual/#location |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since virtualenv has dropped support for running under Python 2 in v20.16.0 (2022-07-25) we can no longer build py2.7 environments.
Option values
python=["py27", "/usr/bin/python2.7", "pypy2.7"]
do no longer work / compare: #1360Below you see my setup to run tests in a python 2.7 environment by::
This solution has a various quirks & drawbacks:
'python-dateutil >=2.4.0' 'six >=1.16.0'
.venv27
folder in the project root folderMay someone of you can suggest better alternatives?
Beta Was this translation helpful? Give feedback.
All reactions