Skip to content

Commit c1bf7c7

Browse files
diabravalheri
authored andcommitted
Fix bug in test
1 parent 83d425d commit c1bf7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/tests/test_easy_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ def test_setup_requires_override_nspkg(self, use_setup_cfg):
719719
# running the setup.py at all is sufficient
720720
run_setup(test_setup_py, ['--name'])
721721
except pkg_resources.VersionConflict:
722-
self.fail(
722+
pytest.fail(
723723
'Installing setup.py requirements caused a VersionConflict'
724724
)
725725

0 commit comments

Comments
 (0)