-
Committer:
Marius Gedminas
-
Date:
2019-10-31 19:53:41 UTC
-
Revision ID:
git-v1:236d746c5edc29b7d699fdeb87f0a91f39ef0808
Avoid modifying sys.path by accident in the tests
ModuleGraph().path.append('.') was modifying sys.path as a side effect,
and one of our tests apparently relied on this!