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 5, 2024
1 parent 71876cf commit 78b865d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 9 additions & 0 deletions .ci/requirements-mypy-types.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
IceSpringPySideStubs-PyQt6
IceSpringPySideStubs-PySide6
ipython
numpy
packaging
pytest
types-defusedxml
types-olefile
types-setuptools
10 changes: 1 addition & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,7 @@ commands =
skip_install = true
deps =
-r .ci/requirements-mypy.txt
IceSpringPySideStubs-PyQt6
IceSpringPySideStubs-PySide6
ipython
numpy
packaging
pytest
types-defusedxml
types-olefile
types-setuptools
-r .ci/requirements-mypy-types.txt
extras =
typing
commands =
Expand Down

0 comments on commit 78b865d

Please sign in to comment.