Skip to content

Commit

Permalink
fixup! cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed May 16, 2024
1 parent f9c2f45 commit d834500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def test_finder(package_name):
assert "source" in imp

filename, _, line = imp["source"].partition(":")
if filename == "built-in":
return
p = Path(filename)
assert p.exists()
if not imp["in_stdlib"]:
Expand Down

0 comments on commit d834500

Please sign in to comment.