[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed the pathing used when tests run; for sqla_n
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-04 23:08:44
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f30e35babc63/ Changeset: f30e35babc63 Branch: None User: zzzeek Date: 2015-04-04 23:08:18+00:00 Summary: - 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 Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |