aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_build_py.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-14 00:58:42 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-14 00:58:42 -0400
commit39bcc16e47957bea4178a27f2ef872a78276ff40 (patch)
treebe0924e5aade1dd0e4871e905e97be913d14bf53 /setuptools/tests/test_build_py.py
parent0d37c6175c7aa1f70d7d3013fd33aeb78ca1c1ea (diff)
downloadexternal_python_setuptools-39bcc16e47957bea4178a27f2ef872a78276ff40.tar.gz
external_python_setuptools-39bcc16e47957bea4178a27f2ef872a78276ff40.tar.bz2
external_python_setuptools-39bcc16e47957bea4178a27f2ef872a78276ff40.zip
Remove commented code
Diffstat (limited to 'setuptools/tests/test_build_py.py')
-rw-r--r--setuptools/tests/test_build_py.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_build_py.py b/setuptools/tests/test_build_py.py
index 860c569c..cc701ae6 100644
--- a/setuptools/tests/test_build_py.py
+++ b/setuptools/tests/test_build_py.py
@@ -26,6 +26,5 @@ def test_directories_in_package_data_glob(tmpdir_as_cwd):
package_data={'': ['path/*']},
))
os.makedirs('path/subpath')
- # with contexts.quiet():
dist.parse_command_line()
dist.run_commands()