diff --git a/distutils/tests/test_dist.py b/distutils/tests/test_dist.py index 5bd206fe..4d78a198 100644 --- a/distutils/tests/test_dist.py +++ b/distutils/tests/test_dist.py @@ -88,7 +88,7 @@ def test_command_packages_cmdline(self, clear_argv): 'distutils' not in Distribution.parse_config_files.__module__, reason='Cannot test when virtualenv has monkey-patched Distribution', ) - def test_venv_install_options(self, tmp_path): + def test_venv_install_options(self, tmp_path, clear_argv): sys.argv.append("install") file = str(tmp_path / 'file')