Skip to content

Commit

Permalink
Hopefully we can rely on pytest being installed when running tests..?…
Browse files Browse the repository at this point in the history
… Fixes 1.12.19: pitest fails in `tests/test_package_names.py::test_find_package_names` unit #214
  • Loading branch information
thebjorn committed Mar 18, 2024
1 parent 2e508e9 commit 608e414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_package_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

def test_find_package_names():
packages = find_package_names()
assert 'pip' in packages
# assert 'pip' in packages
assert 'pytest' in packages

0 comments on commit 608e414

Please sign in to comment.