From fb88b031d916ea91ce9af760a67ea27e00113c14 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 11 Aug 2006 23:21:51 +0000 Subject: [PATCH] comment --- README.unittests | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- 2.47.2