feat: initialize delta test impact evaluation infrastructure and update tox configuration

This commit is contained in:
aliowka 2026-06-18 00:16:10 +03:00
parent 080e5fdecc
commit c87010d8a1
1 changed files with 2 additions and 2 deletions

View File

@ -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}