We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0483fca commit 67ba754Copy full SHA for 67ba754
tests/tests.yml
@@ -30,10 +30,10 @@
30
run: "PYTHON=python{{ pybasever }}d TOX=false VERSION={{ pybasever }} CYTHON=false ./venv.sh"
31
- selftest:
32
dir: python/selftest
33
- run: "VERSION={{ pybasever }} X='' ./parallel.sh"
+ run: "VERSION={{ pybasever }} X='-i test_check_probes' ./parallel.sh"
34
- debugtest:
35
36
- run: "VERSION={{ pybasever }} PYTHON=python{{ pybasever }}d X='' ./parallel.sh"
+ run: "VERSION={{ pybasever }} PYTHON=python{{ pybasever }}d X='-i test_check_probes' ./parallel.sh"
37
- debugflags:
38
dir: python/flags
39
run: "python{{ pybasever }}d ./assertflags.py -O0"
0 commit comments