CI: Skip test_abort_clients, failure reported upstream
https://github.com/python/cpython/issues/122136
This commit is contained in:
parent
90526d6169
commit
f01f38eff5
1 changed files with 3 additions and 2 deletions
|
|
@ -30,10 +30,11 @@
|
|||
run: "PYTHON=python{{ pybasever }}d TOX=false VERSION={{ pybasever }} CYTHON=false ./venv.sh"
|
||||
- selftest:
|
||||
dir: python/selftest
|
||||
run: "VERSION={{ pybasever }} X='-i test_check_probes' ./parallel.sh"
|
||||
# test_abort_clients: https://github.com/python/cpython/issues/122136
|
||||
run: "VERSION={{ pybasever }} X='-i test_check_probes -i test_abort_clients' ./parallel.sh"
|
||||
- debugtest:
|
||||
dir: python/selftest
|
||||
run: "VERSION={{ pybasever }} PYTHON=python{{ pybasever }}d X='-i test_check_probes' ./parallel.sh"
|
||||
run: "VERSION={{ pybasever }} PYTHON=python{{ pybasever }}d X='-i test_check_probes -i test_abort_clients' ./parallel.sh"
|
||||
- optimizedflags:
|
||||
dir: python/flags
|
||||
run: "python{{ pybasever }} ./assertflags.py -O3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue