aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_build_py.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/tests/test_build_py.py')
-rw-r--r--setuptools/tests/test_build_py.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_build_py.py b/setuptools/tests/test_build_py.py
index ed1703ac..860c569c 100644
--- a/setuptools/tests/test_build_py.py
+++ b/setuptools/tests/test_build_py.py
@@ -26,6 +26,6 @@ def test_directories_in_package_data_glob(tmpdir_as_cwd):
package_data={'': ['path/*']},
))
os.makedirs('path/subpath')
- #with contexts.quiet():
+ # with contexts.quiet():
dist.parse_command_line()
dist.run_commands()