mirror of https://github.com/scrapy/scrapy.git
feat: initialize delta test impact evaluation infrastructure and update tox configuration
This commit is contained in:
parent
080e5fdecc
commit
c87010d8a1
4
tox.ini
4
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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue