diff options
| author | Yannick Gingras <ygingras@ygingras.net> | 2010-05-22 17:21:56 -0400 |
|---|---|---|
| committer | Yannick Gingras <ygingras@ygingras.net> | 2010-05-22 17:21:56 -0400 |
| commit | 5ec41bd8568655bba93d15e9edc8acbd81fd5cba (patch) | |
| tree | e6854e2a4b6bfc6c0d3720b6e8ddfce4ba66ef5b /src | |
| parent | f1711341c05cf74ad262ee045950ae4679ed2242 (diff) | |
| download | disutils2-5ec41bd8568655bba93d15e9edc8acbd81fd5cba.tar.gz | |
fixed test for the removal of the rpm support
Diffstat (limited to 'src')
| -rw-r--r-- | src/distutils2/tests/test_bdist.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/distutils2/tests/test_bdist.py b/src/distutils2/tests/test_bdist.py index 79ea0d3..dccc2a5 100644 --- a/src/distutils2/tests/test_bdist.py +++ b/src/distutils2/tests/test_bdist.py @@ -31,8 +31,7 @@ class BuildTestCase(support.TempdirManager, # 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() |
