Skip to content

Commit 23e9d87

Browse files
authored
Add python310 marker to test requirements for pytype (#6805)
1 parent b22f29b commit 23e9d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mypy==0.930
2-
pytype==2021.11.29; platform_system != "Windows"
2+
pytype==2021.11.29; platform_system != "Windows" and python_version < "3.10"
33
# must match .pre-commit-config.yaml
44
black==21.12b0
55
flake8==4.0.1

0 commit comments

Comments
 (0)