Skip to content

Commit

Permalink
Merge pull request pypa/distutils#273 from msys2-contrib/tests-fix-ve…
Browse files Browse the repository at this point in the history
…nv_install_options

venv_install_options: add missing clear_argv fixture
  • Loading branch information
jaraco committed Aug 2, 2024
2 parents fc76caa + f577bcb commit 6748224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distutils/tests/test_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 6748224

Please sign in to comment.