Skip to content

Commit

Permalink
Merge pull request #8289 from akx/mypy-fixes
Browse files Browse the repository at this point in the history
Move auxiliary mypy requirements to a requirements file
  • Loading branch information
radarhere authored Aug 7, 2024
2 parents f2469cb + 59c69f8 commit 11b4df3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 9 additions & 0 deletions .ci/requirements-mypy.txt
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
mypy==1.11.1
IceSpringPySideStubs-PyQt6
IceSpringPySideStubs-PySide6
ipython
numpy
packaging
pytest
types-defusedxml
types-olefile
types-setuptools
9 changes: 0 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ commands =
skip_install = true
deps =
-r .ci/requirements-mypy.txt
IceSpringPySideStubs-PyQt6
IceSpringPySideStubs-PySide6
ipython
numpy
packaging
pytest
types-defusedxml
types-olefile
types-setuptools
extras =
typing
commands =
Expand Down

0 comments on commit 11b4df3

Please sign in to comment.