Skip to content

Commit

Permalink
Move auxiliary mypy requirements to a requirements file
Browse files Browse the repository at this point in the history
For easier installation outside tox
  • Loading branch information
akx committed Aug 7, 2024
1 parent 71876cf commit db01374
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 db01374

Please sign in to comment.