diff options
| author | stefan@epy <stefan@epy> | 2012-11-05 01:35:25 +0100 |
|---|---|---|
| committer | stefan@epy <stefan@epy> | 2012-11-05 01:35:25 +0100 |
| commit | 19a723890b724f92b8c42b162cea2a4052a746f2 (patch) | |
| tree | 2c97d493fa9279f88160aa288488b82a1ccbfc94 /setuptools/tests | |
| parent | 739d56cdb4f18829de123379488a78cf52e0a6d1 (diff) | |
| download | python-setuptools-git-19a723890b724f92b8c42b162cea2a4052a746f2.tar.gz | |
Warn if filenames cannot be added to the filelist.
--HG--
branch : distribute
extra : rebase_source : 9fdc3c28b097e191db384cd81319c7a4edccf52b
Diffstat (limited to 'setuptools/tests')
| -rw-r--r-- | setuptools/tests/test_sdist.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools/tests/test_sdist.py b/setuptools/tests/test_sdist.py index cb601d8c..a9d5d6e5 100644 --- a/setuptools/tests/test_sdist.py +++ b/setuptools/tests/test_sdist.py @@ -262,6 +262,7 @@ class TestSdistTest(unittest.TestCase): open(filename, 'w').close() # Re-read manifest + cmd.filelist.files = [] quiet() try: cmd.read_manifest() @@ -301,6 +302,7 @@ class TestSdistTest(unittest.TestCase): open(filename, 'w').close() # Re-read manifest + cmd.filelist.files = [] quiet() try: try: |
