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
The tests in TestImportChecker added in #5059 use the epylint pylint runner, not the regular one. epylint patches cwd, so it's not an optimal runner for these tests that are import- and namespace-sensitive.
Indeed, I'm proposing to xfail one test in #7114, but the tests should probably just be removed.
Diff indicating that they don't pass using the regular runner:
The tests in
TestImportChecker
added in #5059 use theepylint
pylint runner, not the regular one.epylint
patchescwd
, so it's not an optimal runner for these tests that are import- and namespace-sensitive.Indeed, I'm proposing to
xfail
one test in #7114, but the tests should probably just be removed.Diff indicating that they don't pass using the regular runner:
The first test also fails in reality but unexpectedly passes because the comparison is to another incorrect result:
cc/ @DanielNoord
The text was updated successfully, but these errors were encountered: