Skip to content

Commit

Permalink
Merge pull request #47 from pytest-dev/remove-py
Browse files Browse the repository at this point in the history
remove py reference from tests
  • Loading branch information
RonnyPfannschmidt authored Sep 19, 2023
2 parents 3e8a2e6 + 3270c06 commit 9d3f894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- flake8-typing-imports==1.9.0
- flake8-typing-imports==1.14.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.11.0
hooks:
Expand Down
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 9d3f894

Please sign in to comment.