mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix -Xfrozen_modules use in tests.
This commit is contained in:
parent
119ca8e589
commit
88bf2c7827
2 changed files with 6 additions and 10 deletions
8
tox.ini
8
tox.ini
|
|
@ -7,7 +7,7 @@ passenv = DEBUGPY_LOG_DIR,DEBUGPY_TESTS_FULL
|
|||
setenv =
|
||||
DEBUGPY_TEST=1
|
||||
commands =
|
||||
!py312-!cov: python -m pytest {posargs}
|
||||
!py312-cov: python -m pytest --cov --cov-append --cov-config=.coveragerc {posargs}
|
||||
py312-!cov: python -Xfrozen_modules=off -m pytest {posargs}
|
||||
py312-cov: python -Xfrozen_modules=off -m pytest --cov --cov-append --cov-config=.coveragerc {posargs}
|
||||
py{37,38,39}-!cov: python -m pytest {posargs}
|
||||
py{37,38,39}-cov: python -m pytest --cov --cov-append --cov-config=.coveragerc {posargs}
|
||||
py{310,311,312}-!cov: python -Xfrozen_modules=off -m pytest {posargs}
|
||||
py{310,311,312}-cov: python -Xfrozen_modules=off -m pytest --cov --cov-append --cov-config=.coveragerc {posargs}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue