Use posargs for pypy3-pinned

This commit is contained in:
Adrián Chaves 2024-05-14 13:19:07 +02:00
parent c6a8f0e4d9
commit 3ffa17c020
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ deps =
{[pinned]deps}
PyPyDispatcher==2.1.0
commands =
pytest --durations=10 scrapy tests
pytest {posargs:--durations=10 scrapy tests}
install_command = {[pinned]install_command}
setenv =
{[pinned]setenv}