From f4c51cd8b08d072671eddd1cebd2a4186a654031 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 18 Jun 2012 10:06:49 -0400 Subject: [PATCH] Merged in msabramo/sqlalchemy (pull request #9) --- README.unittests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2