-
-
Notifications
You must be signed in to change notification settings - Fork 175
Add hidden folders to pytest's norecursedirs #1480
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
Add hidden folders to pytest's norecursedirs #1480
Conversation
956cec5
to
9cf743b
Compare
CodSpeed Performance ReportMerging #1480 will not alter performanceComparing Summary
|
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.
Could you do ansible/awx-plugins@e9bcd0c instead?
Done! |
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! I think this deserves a contrib change note..
Added a contrib change note. Thanks for the suggestion @webknjaz! |
efb1bfd
to
b0d225e
Compare
Thanks @lysnikolaou |
What do these changes do?
Since we're setting (and not extending)
norecursedirs
,.hypothesis
should also be there, otherwise we might be getting spurious warnings like the ones in this test run.Are there changes in behavior for the user?
No.