tests: minor sys.path cleanup

This commit is contained in:
Daniel Hahler
2019-03-22 16:20:55 +01:00
parent 475119988c
commit 05d55b86df
2 changed files with 1 additions and 3 deletions

View File

@@ -34,8 +34,6 @@ class TestModule(object):
)
def test_import_prepend_append(self, testdir, monkeypatch):
syspath = list(sys.path)
monkeypatch.setattr(sys, "path", syspath)
root1 = testdir.mkdir("root1")
root2 = testdir.mkdir("root2")
root1.ensure("x456.py")