We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8a2e6 commit 4262255Copy full SHA for 4262255
test_apipkg.py
@@ -832,7 +832,7 @@ def test_initpkg_without_old_module():
832
def test_get_distribution_version():
833
assert apipkg.distribution_version("setuptools") is not None
834
assert apipkg.distribution_version("email") is None
835
- assert apipkg.distribution_version("py") is not None
+ assert apipkg.distribution_version("pytest") is not None
836
837
838
def test_eagerload_on_bython(monkeypatch):
0 commit comments