-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix broken VI test (pytest issue) #3779
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
@ferrine Unfortunately, fixing this for the benefit of I think an easier fix might be to give up on figuring out the scoping, and just copy the fixture from the source file into |
I'll do that then |
I think that this may happen due to module scoping |
Codecov Report
@@ Coverage Diff @@
## master #3779 +/- ##
==========================================
+ Coverage 83.65% 90.25% +6.59%
==========================================
Files 133 133
Lines 20336 20670 +334
==========================================
+ Hits 17013 18656 +1643
+ Misses 3323 2014 -1309
|
Great @ferrine! Looks like you fixed this! For some reason we seem to have to CI builds running in the PR. Maybe we are in the situation described here? I'm in my cellphone and can't take a closer look into that but maybe it would be worth opening an issue |
Lol, I did not think I did it and tried to find my PR for 5 mins |
I see some pytest issues on this pytest-dev/pytest#6497 |
One test is mentioned to be broken in #3775, #3776 is created to remove the test, but it would be a temporary solution.