remove unnecessary sys.path manipulation in tests

This commit is contained in:
Stefan Wojcik
2016-12-06 13:27:10 -05:00
parent 6b2cebb07b
commit bc6c84c408
18 changed files with 2 additions and 48 deletions

View File

@@ -3,8 +3,6 @@ This test has been put into a module. This is because it tests warnings that
only get triggered on first hit. This way we can ensure its imported into the
top level and called first by the test suite.
"""
import sys
sys.path[0:0] = [""]
import unittest
import warnings