Skip to content
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

Warnings should be suppressable #355

Closed
nedbat opened this issue Jan 29, 2015 · 9 comments
Closed

Warnings should be suppressable #355

nedbat opened this issue Jan 29, 2015 · 9 comments
Labels
enhancement New feature or request

Comments

@nedbat
Copy link
Owner

nedbat commented Jan 29, 2015


@nedbat
Copy link
Owner Author

nedbat commented Feb 6, 2015

Original comment by Buck Evan (Bitbucket: bukzor, GitHub: bukzor)


+1

pylint-cov seems to wrap all python subprocesses with coverage, which is actually a quite useful behavior for me, but it means that if some irrelevant python code is being run, I get a warning. In turn, this causes some of my assertions regarding subprocess' stderr output to become false when run with coverage enabled.

@nedbat
Copy link
Owner Author

nedbat commented Oct 12, 2015

Issue #96 has some examples of warnings people would like to suppress.

@nedbat
Copy link
Owner Author

nedbat commented Feb 23, 2016

Original comment by Chris Withers (Bitbucket: chrisw, GitHub: chrisw)


Are warnings now suppressible?

@nedbat
Copy link
Owner Author

nedbat commented Feb 23, 2016

No, if they were, I would have closed this issue.

@nedbat
Copy link
Owner Author

nedbat commented Feb 23, 2016

Original comment by Chris Withers (Bitbucket: chrisw, GitHub: chrisw)


Hmm, any way to turn off the subprocess stuff completely?

@nedbat
Copy link
Owner Author

nedbat commented Feb 23, 2016

Original comment by Chris Withers (Bitbucket: chrisw, GitHub: chrisw)


Interestingly, this change solved the problem for me:

simplistix/archivist@82a2b2c

@nedbat
Copy link
Owner Author

nedbat commented Apr 4, 2017

Implemented in 70ca90597acd (bb)

@nedbat
Copy link
Owner Author

nedbat commented Apr 4, 2017

Original comment by Chris Withers (Bitbucket: chrisw, GitHub: chrisw)


Thanks!

@nedbat
Copy link
Owner Author

nedbat commented Apr 5, 2017

This is in 4.4b1.

@nedbat nedbat closed this as completed Apr 5, 2017
@nedbat nedbat added enhancement New feature or request and removed proposal labels Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant