mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Merge 3.2
This commit is contained in:
commit
00b41fc828
2 changed files with 1 additions and 10 deletions
|
@ -1,5 +1,4 @@
|
|||
"""Tests for distutils.command.bdist_msi."""
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
from test.support import run_unittest
|
||||
|
@ -17,14 +16,6 @@ class BDistMSITestCase(support.TempdirManager,
|
|||
project_dir, dist = self.create_dist()
|
||||
cmd = bdist_msi(dist)
|
||||
cmd.ensure_finalized()
|
||||
cmd.run()
|
||||
|
||||
bdists = os.listdir(os.path.join(project_dir, 'dist'))
|
||||
self.assertEqual(bdists, ['foo-0.1.msi'])
|
||||
|
||||
# bug #13719: upload ignores bdist_msi files
|
||||
self.assertEqual(dist.dist_files,
|
||||
[('bdist_msi', 'any', 'dist/foo-0.1.msi')])
|
||||
|
||||
|
||||
def test_suite():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue