]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Correct error in README.unittests; --first-package-wins option does not
authorMarc Abramowitz <marc@marc-abramowitz.com>
Sun, 17 Jun 2012 14:59:25 +0000 (07:59 -0700)
committerMarc Abramowitz <marc@marc-abramowitz.com>
Sun, 17 Jun 2012 14:59:25 +0000 (07:59 -0700)
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

index 2d1a392d27831c8f1e684977089e15fa003a2566..3320caeb0241b736322b28e8bca7f209ade88436 100644 (file)
@@ -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.