Skip to content

Commit

Permalink
Fix missing importlib_metadata stubs in python < 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed May 3, 2020
1 parent 98f17c8 commit 98671cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ strict_equality = True
; https://github.com/jaraco/keyring/issues/437
ignore_missing_imports = True

[mypy-importlib_metadata]
; https://gitlab.com/python-devs/importlib_metadata/-/issues/10
ignore_missing_imports = True

[mypy-pkginfo]
; https://bugs.launchpad.net/pkginfo/+bug/1876591
ignore_missing_imports = True
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ commands =
flake8 twine/ tests/

[testenv:typing]
basepython = python3.6
skip_install = True
deps =
mypy
Expand Down

0 comments on commit 98671cb

Please sign in to comment.