We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd795f1 commit 962835dCopy full SHA for 962835d
setuptools/tests/test_virtualenv.py
@@ -110,5 +110,4 @@ def test_no_missing_dependencies(bare_venv, request):
110
Quick and dirty test to ensure all external dependencies are vendored.
111
"""
112
setuptools_dir = request.config.rootdir
113
- for command in ('upload',): # sorted(distutils.command.__all__):
114
- bare_venv.run(['python', 'setup.py', command, '-h'], cwd=setuptools_dir)
+ bare_venv.run(['python', 'setup.py', '--help'], cwd=setuptools_dir)
0 commit comments