-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
pytester: ignore files used to obtain current user metadata #2784
pytester: ignore files used to obtain current user metadata #2784
Conversation
709af12
to
6935e9d
Compare
_pytest/pytester.py
Outdated
@@ -22,6 +22,11 @@ | |||
from _pytest.assertion.rewrite import AssertionRewritingHook | |||
|
|||
|
|||
IGNORE_PAM = [ # filenames added when obtaining details about the current user |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's "PAM"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for noting, pam comes frim the plugablle authentification modules, the SSS module is the one that opens this file, constant however is indeed named bdly
changelog/2784.bugfix
Outdated
@@ -0,0 +1 @@ | |||
pytester: no ignore files used to obtain current user metadata in the fd leak detector |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIUC this should be "ignore files", not "no ignore files", right?
changelog/2784.bugfix
Outdated
@@ -0,0 +1 @@ | |||
pytester: no ignore files used to obtain current user metadata in the fd leak detector |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: please add a "." at the end of the sentence. 😉
@RonnyPfannschmidt gentle ping. |
will retry after #3016 |
6935e9d
to
2f05375
Compare
… fd leak detector
2f05375
to
ed293ec
Compare
… fd leak detector