-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add regression test for #3651 #7117
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
Conversation
|
Our custom context managers could be at fault, I'm thinking in particular of |
Found the test pollution issue! |
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit 66bda55 |
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.
That's a really great catch !
66bda55
to
60837e1
Compare
This test passes for me locally, but I don't have the capacity to look into why it's failing on CI. |
@jacobtylerwalls Test does pass on |
It passes locally for me on all interpreters, so something to investigate with path/cwd vagaries on CI? |
I opened Pierre-Sassoulas#157 to investigate, I don't have pypy locally so I'm going this with the CI and it's not really practical. |
@jacobtylerwalls I did a little investigation and I could get this to fail with |
Unfortunately yes, that would break the intention of the test. Possibly relevant: #3651 (comment) |
Hm, but it seems as if the failed test is due to something else? Namespace packages not being listed correctly? If you lint |
Ah, you're right! |
@jacobtylerwalls So, should the test be changed to close the issue? Or do we need another type of test for this issue? |
Yes, I have just pushed an update and reopened the PR. Thanks for walking me through it. (There were a lot of astroid changes recently, and I got distracted based on the author's original expectation that you could lint |
Pull Request Test Coverage Report for Build 2898835605
π - Coveralls |
Type of Changes
Description
Closes #3651 with test