From 34eb083f0db12e97f966f9312d23f07ddf962116 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Sat, 24 Feb 2007 22:11:47 +0000 Subject: 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 --- setuptools.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setuptools.txt') 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`` -- cgit v1.2.3