Pin the Python version for typing-tests.

This commit is contained in:
Andrey Rakhmatullin 2023-12-20 15:57:51 +04:00
parent ebdea4037a
commit 1fab844f7d
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ commands =
mypy {posargs: scrapy tests}
[testenv:typing-tests]
basepython = python3.8
deps =
-rtests/requirements.txt
{[testenv:typing]deps}