diff options
Diffstat (limited to 'test/conftest.py')
| -rwxr-xr-x | test/conftest.py | 3 |
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" |
