Remove pinning from the PyPy job

This commit is contained in:
Adrián Chaves 2020-10-30 10:31:33 +01:00
parent 13bcdc9f88
commit 3e5bc77737
1 changed files with 0 additions and 3 deletions

View File

@ -114,9 +114,6 @@ commands = {[testenv:asyncio]commands}
[testenv:pypy3]
basepython = pypy3
deps =
{[testenv]deps}
lxml==4.0.0
commands =
py.test {posargs:--durations=10 docs scrapy tests}