Skip to content

Commit 1b18cea

Browse files
committed
Install mypy for Python < 3.9
1 parent ca5a2e8 commit 1b18cea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test-requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
coverage[toml]
22
ddt >= 1.1.1, != 1.4.3
33
mock ; python_version < "3.8"
4-
mypy==1.18.2 # pin mypy to avoid new errors
4+
mypy==1.18.2 ; python_va
5+
ersion >= "3.9" # pin mypy version to avoid new errors
6+
mypy ; python_version < "3.9"
57
pre-commit
68
pytest >= 7.3.1
79
pytest-cov

0 commit comments

Comments
 (0)