Merge pull request #5780 from Gallaecio/ci

Fix test_pinned_twisted_version
This commit is contained in:
Andrey Rakhmatullin 2023-01-02 20:12:52 +05:00 committed by GitHub
commit 80d35a777d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ download = true
commands =
pytest --cov=scrapy --cov-report=xml --cov-report= {posargs:--durations=10 docs scrapy tests}
install_command =
pip install -U -ctests/upper-constraints.txt {opts} {packages}
python -I -m pip install -ctests/upper-constraints.txt {opts} {packages}
[testenv:typing]
basepython = python3
@ -107,7 +107,7 @@ deps =
setenv =
_SCRAPY_PINNED=true
install_command =
pip install -U {opts} {packages}
python -I -m pip install {opts} {packages}
[testenv:pinned]
deps =