Skip to content

Commit 4262255

Browse files
remove py reference from tests
1 parent 3e8a2e6 commit 4262255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_apipkg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ def test_initpkg_without_old_module():
832832
def test_get_distribution_version():
833833
assert apipkg.distribution_version("setuptools") is not None
834834
assert apipkg.distribution_version("email") is None
835-
assert apipkg.distribution_version("py") is not None
835+
assert apipkg.distribution_version("pytest") is not None
836836

837837

838838
def test_eagerload_on_bython(monkeypatch):

0 commit comments

Comments
 (0)