]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed the pathing used when tests run; for sqla_nose.py and py.test,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 4 Apr 2015 23:08:18 +0000 (19:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 4 Apr 2015 23:08:18 +0000 (19:08 -0400)
commitf30e35babc63f5613537bb62aef6acb26dadd503
tree118c4a736c69167a1bc4057045a7e9fbda8a315e
parentecd7b31d5eaed138e699293719f70260da3c978d
- Fixed the pathing used when tests run; for sqla_nose.py and py.test,
the "./lib" prefix is again inserted at the head of sys.path but
only if sys.flags.no_user_site isn't set; this makes it act just
like the way Python puts "." in the current path by default.
For tox, we are setting the PYTHONNOUSERSITE flag now.
fixes #3356
doc/build/changelog/changelog_10.rst
regen_callcounts.tox.ini
sqla_nose.py
test/conftest.py
tox.ini