From 19a723890b724f92b8c42b162cea2a4052a746f2 Mon Sep 17 00:00:00 2001 From: "stefan@epy" Date: Mon, 5 Nov 2012 01:35:25 +0100 Subject: Warn if filenames cannot be added to the filelist. --HG-- branch : distribute extra : rebase_source : 9fdc3c28b097e191db384cd81319c7a4edccf52b --- setuptools/tests/test_sdist.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setuptools/tests') 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: -- cgit v1.2.1