From: Mike Bayer Date: Mon, 18 Jun 2012 14:06:49 +0000 (-0400) Subject: Merged in msabramo/sqlalchemy (pull request #9) X-Git-Tag: rel_0_7_9~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4c51cd8b08d072671eddd1cebd2a4186a654031;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Merged in msabramo/sqlalchemy (pull request #9) --- diff --git a/README.unittests b/README.unittests index 2d1a392d27..3320caeb02 100644 --- a/README.unittests +++ b/README.unittests @@ -35,7 +35,7 @@ To run all tests: If you're running the tests on Microsoft Windows, then there is an additional argument that must be passed to ./sqla_nose.py: - > ./sqla_nose.py --first-package-wins=True + > ./sqla_nose.py --first-package-wins This is required because nose's importer will normally evict a package from sys.modules if it sees a package with the same name in a different location.