File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def install_required_packages():
1919 # We can't run child processes, so rely on required test packages
2020 # already being installed, e.g. in our wheel's <requires_dist>.
2121 return
22- packages = 'pytest fontTools pymupdf-fonts flake8 pylint codespell'
22+ packages = 'pytest fontTools pymupdf-fonts flake8 pylint codespell mypy '
2323 if platform .system () == 'Windows' and int .bit_length (sys .maxsize + 1 ) == 32 :
2424 # No pillow wheel available, and doesn't build easily.
2525 pass
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ def test_py_typed():
2020 return
2121
2222 print (f'test_py_typed(): { pymupdf .__path__ = } ' )
23- run ('pip uninstall -y mypy' )
24- run ('pip install mypy' )
2523 root = os .path .abspath (f'{ __file__ } /../..' )
2624
2725 # Run mypy on this .py file; it will fail at `import pymypdf` if the
You can’t perform that action at this time.
0 commit comments