From 3ffa17c0204deb3bdf2c7c60f5a56c9f777698c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 14 May 2024 13:19:07 +0200 Subject: [PATCH] Use posargs for pypy3-pinned --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 90f42dee9..4aced8de5 100644 --- a/tox.ini +++ b/tox.ini @@ -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}