[Python-checkins] distutils2: fix pkgutil test by adding babar 0.1 to installed fake_dist

tarek.ziade python-checkins at python.org
Wed Feb 16 22:23:58 CET 2011


tarek.ziade pushed a35da5d5a84b to distutils2:

http://hg.python.org/distutils2/rev/a35da5d5a84b
changeset:   1080:a35da5d5a84b
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Sat Feb 05 01:44:37 2011 +0100
summary:
  fix pkgutil test by adding babar 0.1 to installed fake_dist

files:
  distutils2/_backport/tests/test_pkgutil.py

diff --git a/distutils2/_backport/tests/test_pkgutil.py b/distutils2/_backport/tests/test_pkgutil.py
--- a/distutils2/_backport/tests/test_pkgutil.py
+++ b/distutils2/_backport/tests/test_pkgutil.py
@@ -377,7 +377,7 @@
         # Lookup all distributions found in the ``sys.path``.
         # This test could potentially pick up other installed distributions
         fake_dists = [('grammar', '1.0a4'), ('choxie', '2.0.0.9'),
-            ('towel-stuff', '0.1')]
+                      ('towel-stuff', '0.1'), ('babar', '0.1')]
         found_dists = []
 
         # Verify the fake dists have been found.

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list