summaryrefslogtreecommitdiff
path: root/test/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/conftest.py')
-rwxr-xr-xtest/conftest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/conftest.py b/test/conftest.py
index 9b76b4e55..cdabc9785 100755
--- a/test/conftest.py
+++ b/test/conftest.py
@@ -6,8 +6,9 @@ This script is an extension to py.test which
installs SQLAlchemy's testing plugin into the local environment.
"""
-import sys
import os
+import sys
+
if not sys.flags.no_user_site:
# this is needed so that test scenarios like "python setup.py test"