-
-
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
Bug: _needs_reinstall captures python setup.py --name
stderr in addition to stdout
#1052
Comments
This has the side-effect of not showing users the warning that their setup.py presumably wanted seen. |
Is #1051 fix for this? Or this is an additional one? |
This is separate from #1051. I wrote up a failing test case for the behavior I'd like to succeed:
|
In this case I would propose to print the warning ourselves too, but still continue with the build. Will address. |
hashbrowncipher
added a commit
to hashbrowncipher/tox
that referenced
this issue
Oct 20, 2018
hashbrowncipher
added a commit
to hashbrowncipher/tox
that referenced
this issue
Oct 20, 2018
hashbrowncipher
added a commit
to hashbrowncipher/tox
that referenced
this issue
Oct 20, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I ran into this bug because my
setup.py --name
uses the warnings module, which prints to stderr. As a result, tox was unable to infer the location of myegg_info
directory.The text was updated successfully, but these errors were encountered: