-
-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
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
tox fails when ":" is in the current directory path #203
Labels
area:testenv-creation
bug:upstream
something does not behave as it should, but can't or shouldn't be fixed in tox, but in a dependency
Comments
There is still a problem, but it's different now: setup.py:
tox.ini:
results in:
|
This was referenced Mar 10, 2017
I could reproduce it but I believe this is an upstream issue: pypa/virtualenv#395 |
6 tasks
Due to lack of activity on this issue, for now, we'll close this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area:testenv-creation
bug:upstream
something does not behave as it should, but can't or shouldn't be fixed in tox, but in a dependency
This is on linux. Trying to execute tox when the path contains a ":" doesn't work:
Moving the same code to another directory and executing tox works fine.
The text was updated successfully, but these errors were encountered: