From: Mike Bayer Date: Fri, 11 Aug 2006 23:21:51 +0000 (+0000) Subject: comment X-Git-Tag: rel_0_2_7~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb88b031d916ea91ce9af760a67ea27e00113c14;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git comment --- diff --git a/README.unittests b/README.unittests index 1e11873da4..9acb98ee1d 100644 --- a/README.unittests +++ b/README.unittests @@ -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: