summaryrefslogtreecommitdiff
path: root/tests/test_misc.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_misc.py')
-rw-r--r--tests/test_misc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_misc.py b/tests/test_misc.py
index 23bd69fd..e7fa436a 100644
--- a/tests/test_misc.py
+++ b/tests/test_misc.py
@@ -63,6 +63,7 @@ class SetupPyTest(CoverageTest):
def test_more_metadata(self):
# Let's be sure we pick up our own setup.py
+ # CoverageTest.tearDown restores the original sys.path.
sys.path.insert(0, '')
from setup import setup_args