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
ImportModulePoisonFixture installs a MetaPathFinder to sys.meta_path to
catch unsuitable imports during testing. But the extra finder
wasn't removed during fixture cleanup so such finder is leaked between
test cases running in the same test executor. As all our test cases has
this poison set up by default this only caused unnecessary finders
accumulating in sys.meta_path.
Change-Id: I2692552000687d51158dad0d938d68e891b40d8a
0 commit comments