virtualenv/tests
davidcoghlan 2b0bbbabb4
Fix absolute paths for Cygwin (#1970)
* Fix absolute paths for Cygwin

Absolute paths on Windows take the form "c:\somePath" -- these need to be mapped to the form "/cygdrive/c/somePath" on Cygwin. Otherwise, the virtualenv path gets garbled when activated on Cygwin, which can cause the wrong Python environment to be used.

* Remove Cygwin from the list, rely on the shell script for that

* Improved formatting

* Update tests to handle mingw + msys explicitly

* Add changelog entry

* lint errors

* Add msys support to the activation script

* Fix script error & linting
2020-10-12 10:51:18 +01:00
..
integration Restore python3.4 support (add it back to CI) (#1965) 2020-10-04 18:17:24 +01:00
unit Fix absolute paths for Cygwin (#1970) 2020-10-12 10:51:18 +01:00
conftest.py Allow bypassing the logging setup via the Python API (#1904) 2020-07-24 07:40:51 +01:00