From 076253682bc39e21851e7f6c359e1de4159368aa Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Sun, 17 Jun 2012 07:59:25 -0700 Subject: [PATCH] Correct error in README.unittests; --first-package-wins option does not take a value ~/dev/git-repos/sqlalchemy$ ./sqla_nose.py --first-package-wins=True Usage: sqla_nose.py [options] sqla_nose.py: error: --first-package-wins option does not take a value --- 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.3