Commit 3c273848 authored by Brett Cannon's avatar Brett Cannon
Browse files

Some tests in importlib.test.source.test_abc_loader were testing what happens

when a loader is given missing or bad code object bytecode. Unfortunately an
exception related to source paths was masking what the proper exception to test
should be. Making the test explicitly set the environment fixed the test.

The code being test was not affected.
parent 0a49c58f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment