You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you modify PYTHONPATH somehow? The test invokes the same Python where pytest is executed and the imports should work for as long as multidict is also installed there.
Ah, the invocations include -I that essentially drop any external PYTHONPATH influence. You have to actually install it where it can be found by the import machinery.
@mcepl have you figured out a workaround for your env? Like installing into the site-packages of the same env as pytest or patching out -I? You could also skip these, I suppose. I'm sure that the upstream checking for circular imports is enough to know that downstream wouldn't have problems it's checking for, unless you start doing weird things to it...
No, I just --ignore tests/test_circular_imports.py. If there is -I in the calling of the Python interpreter, the author just doesn’t work to play with me, and so I won’t be playing with her.
Long story short
When building
multidict
for openSUSE/Factory two tests are failing:Expected behaviour
Testsuite passes
Actual behaviour
See above
Steps to reproduce
Complete build log with all steps taken and record of all packages used.
The text was updated successfully, but these errors were encountered: