We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out why the test_create_in_symlink() test: https://github.com/berdario/pew/blob/24a4b7d6fa760d34a7348686c1ce1fd5e72847ba/tests/test_mkvirtualenv.py#L20-L27
test_create_in_symlink()
broke after upgrading to virtualenv 20 in #214.
Support for virtualenv creation in symlinked directories was originally added in #145.
The text was updated successfully, but these errors were encountered:
Temporarily disable test_create_in_symlink test in test_mkvirtualenv
c5fb0de
Follow up on why it broke in issue: pew-org#225.
No branches or pull requests
Figure out why the
test_create_in_symlink()
test:https://github.com/berdario/pew/blob/24a4b7d6fa760d34a7348686c1ce1fd5e72847ba/tests/test_mkvirtualenv.py#L20-L27
broke after upgrading to virtualenv 20 in #214.
Support for virtualenv creation in symlinked directories was originally added in #145.
The text was updated successfully, but these errors were encountered: