Skip to content

Commit c757908

Browse files
committed
Install mypy for Python >= 3.9
1 parent ca5a2e8 commit c757908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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_version >= "3.9" # pin mypy version to avoid new errors
55
pre-commit
66
pytest >= 7.3.1
77
pytest-cov

0 commit comments

Comments
 (0)