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
I wonder if fix_local_scheme should get skipped for the special case of virtualenv ., where it causes all files in the current directory to be symlinked from the local folder.
This causes some unexpected behavior with pytest_django's tests, which uses virtualenv ., and then confused py.test, because it found the conftest.py twice (see pytest-dev/pytest-django#102).