From 39bcc16e47957bea4178a27f2ef872a78276ff40 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 14 Jul 2016 00:58:42 -0400 Subject: Remove commented code --- setuptools/tests/test_build_py.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools/tests/test_build_py.py') 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() -- cgit v1.2.3