[Python-checkins] distutils2: fixed test for the removal of the rpm support

tarek.ziade python-checkins at python.org
Sat May 22 23:39:45 CEST 2010


tarek.ziade pushed f07ceccc1055 to distutils2:

http://hg.python.org/distutils2/rev/f07ceccc1055
changeset:   157:f07ceccc1055
user:        Yannick Gingras <ygingras at ygingras.net>
date:        Sat May 22 17:21:56 2010 -0400
summary:     fixed test for the removal of the rpm support
files:       src/distutils2/tests/test_bdist.py

diff --git a/src/distutils2/tests/test_bdist.py b/src/distutils2/tests/test_bdist.py
--- a/src/distutils2/tests/test_bdist.py
+++ b/src/distutils2/tests/test_bdist.py
@@ -31,8 +31,7 @@
         # XXX an explicit list in bdist is
         # not the best way to  bdist_* commands
         # we should add a registry
-        formats = ['rpm', 'zip', 'gztar', 'bztar', 'ztar',
-                   'tar', 'wininst', 'msi']
+        formats = ['zip', 'gztar', 'bztar', 'ztar', 'tar', 'wininst', 'msi']
         formats.sort()
         founded = cmd.format_command.keys()
         founded.sort()

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


More information about the Python-checkins mailing list