pew-org / pew

A tool to manage multiple virtual environments written in pure python
MIT License
1.17k stars 81 forks source link

Investigate why test_create_in_symlink test broke after upgrading to virtualenv 20 #225

Open tjanez opened 2 years ago

tjanez commented 2 years ago

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 https://github.com/berdario/pew/pull/145.