Skip to content

Commit

Permalink
Fix bug in test
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Dec 9, 2024
1 parent 8112d0c commit 92d42d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/tests/test_easy_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ def test_setup_requires_override_nspkg(self, use_setup_cfg):
# running the setup.py at all is sufficient
run_setup(test_setup_py, ['--name'])
except pkg_resources.VersionConflict:
self.fail(
pytest.fail(
'Installing setup.py requirements caused a VersionConflict'
)

Expand Down

0 comments on commit 92d42d1

Please sign in to comment.