diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-09 12:26:30 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-09 13:05:46 -0400 |
| commit | fdd2b42db59c9a37c609217f3bbee99e53b3403e (patch) | |
| tree | 942c8cb0d3db2e4a8affa2893b8b8516ef1b380f /test/conftest.py | |
| parent | a421106c9d1d660af7c5d9aba5928dda20c950e1 (diff) | |
| download | sqlalchemy-fdd2b42db59c9a37c609217f3bbee99e53b3403e.tar.gz | |
- we really don't want to force lib here, but we do need
it for the plain "pytest" case, so do an append instead of an insert
- add a new tox file to do a full regen of callcounts
Diffstat (limited to 'test/conftest.py')
| -rwxr-xr-x | test/conftest.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/conftest.py b/test/conftest.py index c697085ee..590b35700 100755 --- a/test/conftest.py +++ b/test/conftest.py @@ -10,8 +10,7 @@ import sys import os for pth in ['../lib']: - sys.path.insert( - 0, + sys.path.append( os.path.join(os.path.dirname(os.path.abspath(__file__)), pth)) |
