From: Marc Abramowitz Date: Sun, 17 Jun 2012 14:59:25 +0000 (-0700) Subject: Correct error in README.unittests; --first-package-wins option does not X-Git-Tag: rel_0_8_0b1~374^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=076253682bc39e21851e7f6c359e1de4159368aa;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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 --- 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.