Skip to content

Commit

Permalink
remove py reference from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt authored Sep 19, 2023
1 parent 3e8a2e6 commit 4262255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_apipkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def test_initpkg_without_old_module():
def test_get_distribution_version():
assert apipkg.distribution_version("setuptools") is not None
assert apipkg.distribution_version("email") is None
assert apipkg.distribution_version("py") is not None
assert apipkg.distribution_version("pytest") is not None


def test_eagerload_on_bython(monkeypatch):
Expand Down

0 comments on commit 4262255

Please sign in to comment.