aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2007-02-24 22:11:47 +0000
committerPJ Eby <distutils-sig@python.org>2007-02-24 22:11:47 +0000
commit34eb083f0db12e97f966f9312d23f07ddf962116 (patch)
treea738a0e5bbd58aaa10aa44ea776d9766eb28c538 /setuptools.txt
parentfb98a95e9badb23765ea520fd5bd9e30d0f1fe4a (diff)
downloadexternal_python_setuptools-34eb083f0db12e97f966f9312d23f07ddf962116.tar.gz
external_python_setuptools-34eb083f0db12e97f966f9312d23f07ddf962116.tar.bz2
external_python_setuptools-34eb083f0db12e97f966f9312d23f07ddf962116.zip
Fix ``test`` command possibly failing if an older version of the project
being tested was installed on ``sys.path`` ahead of the test source directory. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053896
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt
index c19bd32f..11499018 100755
--- a/setuptools.txt
+++ b/setuptools.txt
@@ -2622,6 +2622,10 @@ Release Notes/Change History
* Fix ``#!`` parsing problems in Windows ``.exe`` script wrappers, when there
was whitespace inside a quoted argument or at the end of the ``#!`` line
(a regression introduced in 0.6c4).
+
+ * Fix ``test`` command possibly failing if an older version of the project
+ being tested was installed on ``sys.path`` ahead of the test source
+ directory.
0.6c5
* Fix uploaded ``bdist_rpm`` packages being described as ``bdist_egg``