From c87010d8a1d11a20583372ce259f457bc5e964ff Mon Sep 17 00:00:00 2001 From: aliowka Date: Thu, 18 Jun 2026 00:16:10 +0300 Subject: [PATCH] feat: initialize delta test impact evaluation infrastructure and update tox configuration --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index aa20b8e83..72db7b65d 100644 --- a/tox.ini +++ b/tox.ini @@ -263,7 +263,7 @@ commands = # Not using delta run: coverage is disabled in PyPy envs, so delta has no # accurate mapping and falls back to the CPython mapping, causing unreliable # test selection and surfacing pre-existing PyPy-specific failures. - pytest {posargs:--durations=10 scrapy tests} + delta run -- {posargs:--durations=10 scrapy tests} [testenv:pypy3-extra-deps] basepython = pypy3 @@ -303,7 +303,7 @@ commands = # Not using delta run: coverage is disabled in PyPy envs, so delta has no # accurate mapping and falls back to the CPython mapping, causing unreliable # test selection and surfacing pre-existing PyPy/min-deps failures. - pytest {posargs:--durations=10 scrapy tests} + delta run -- {posargs:--durations=10 scrapy tests} setenv = {[min]setenv}