Skip to content

Commit 9d3f894

Browse files
Merge pull request #47 from pytest-dev/remove-py
remove py reference from tests
2 parents 3e8a2e6 + 3270c06 commit 9d3f894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: flake8
2020
additional_dependencies:
21-
- flake8-typing-imports==1.9.0
21+
- flake8-typing-imports==1.14.0
2222
- repo: https://github.com/asottile/reorder-python-imports
2323
rev: v3.11.0
2424
hooks:

test_apipkg.py

+1-1
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)