Skip to content

Commit 59c69f8

Browse files
committed
Move auxiliary mypy requirements to a requirements file
For easier installation outside tox
1 parent f2469cb commit 59c69f8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.ci/requirements-mypy.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
mypy==1.11.1
2+
IceSpringPySideStubs-PyQt6
3+
IceSpringPySideStubs-PySide6
4+
ipython
5+
numpy
6+
packaging
7+
pytest
8+
types-defusedxml
9+
types-olefile
10+
types-setuptools

tox.ini

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ commands =
3333
skip_install = true
3434
deps =
3535
-r .ci/requirements-mypy.txt
36-
IceSpringPySideStubs-PyQt6
37-
IceSpringPySideStubs-PySide6
38-
ipython
39-
numpy
40-
packaging
41-
pytest
42-
types-defusedxml
43-
types-olefile
44-
types-setuptools
4536
extras =
4637
typing
4738
commands =

0 commit comments

Comments
 (0)