]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
comment
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Aug 2006 23:21:51 +0000 (23:21 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Aug 2006 23:21:51 +0000 (23:21 +0000)
README.unittests

index 1e11873da42a8da6b4d5e4db03eca3c0baf82154..9acb98ee1d68bc4363a167b800bf0f93fd4fb5f9 100644 (file)
@@ -7,7 +7,9 @@ Set up the PYTHONPATH:
     export PYTHONPATH=./test/
 
 The unittest framework will automatically prepend './lib/' to sys.path.  this forces the local 
-version to run, bypassing any setuptools-installed installations.
+version to run, bypassing any setuptools-installed installations (a PYTHONPATH setting, referencing
+a local directory of python scripts, does not override setuptools-installed eggs anymore, unfortunately.
+refer comments on this to distutils-SIG).
 
 To run all tests: