Merge pull request #8289 from akx/mypy-fixes

Move auxiliary mypy requirements to a requirements file
This commit is contained in:
Andrew Murray 2024-08-07 18:05:06 +10:00 committed by GitHub
commit 11b4df3ff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

@ -1 +1,10 @@
mypy==1.11.1 mypy==1.11.1
IceSpringPySideStubs-PyQt6
IceSpringPySideStubs-PySide6
ipython
numpy
packaging
pytest
types-defusedxml
types-olefile
types-setuptools

View File

@ -33,15 +33,6 @@ commands =
skip_install = true skip_install = true
deps = deps =
-r .ci/requirements-mypy.txt -r .ci/requirements-mypy.txt
IceSpringPySideStubs-PyQt6
IceSpringPySideStubs-PySide6
ipython
numpy
packaging
pytest
types-defusedxml
types-olefile
types-setuptools
extras = extras =
typing typing
commands = commands =