summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.unittests4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.unittests b/README.unittests
index 1e11873da..9acb98ee1 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: