diff options
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 0cc7d9b..d48c2d6 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -14,7 +14,3 @@ import pkg_resources sys.path.insert(0, base) #pkg_resources.require('Paste-Deploy') -# This is where applications we test go; these applications -# are only used for testing, they aren't "real". -sys.path.append(os.path.join(here, 'fake_packages')) - |