-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
changedir not working #144
Comments
@zkurtz Feel free to make PR to fix it. Basically every option supported by Tox own venv implementation will need to be implemented by this as they do not magically work. |
I'm interested to work on this if someone can provide some suggestions on how to get started. I'll poke around a bit. |
When this happens tox just delegates the job to |
Seems stalled. |
Issue
I'm using tox specifically so that I can catch errors that pytest would otherwise miss. For example, if I add a package resource to my files and include a unit test that loads that resource, pytest will think everything is fine. Noticing that my package doesn't load because I failed to include the new resource in package data happens only later, when I try to install the package in a new environment using the whl.
I've found that running tox with this configuration works as desired, raising an error where I try to load a package resource that was not added to package data:
However, deleting
and replacing it with
puts me back where I started; tox runs without noticing the problem. Please let me know if it's obvious what's going on here -- if not I may follow up with a reproducable example.
Environment
The text was updated successfully, but these errors were encountered: