Stop running findleaks tests, but run a test on debug Python

See https://src.fedoraproject.org/rpms/python3/pull-request/113

We keep findleaks script in the repo, until eliminated elsewhere.
This commit is contained in:
Miro Hrončok 2019-06-27 11:40:06 +02:00
commit 8f563a8e11

View file

@ -26,9 +26,9 @@
- selftest37:
dir: selftest
run: VERSION=3.7 X="-x test_socket -x test_asyncgen -x test_asyncio -x test_compile -x test_concurrent_futures -x test_itertools -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_shutil -x test_time -x test_multiprocessing_spawn -x test_threading -x test_wsgiref" ./parallel.sh
- findleaks37:
- debugtest37:
dir: selftest
run: VERSION=3.7 X="-x test_socket -x test_asyncgen -x test_asyncio -x test_compile -x test_concurrent_futures -x test_itertools -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_shutil -x test_time -x test_multiprocessing_spawn -x test_threading -x test_wsgiref" ./findleaks.sh
run: VERSION=3.7 PYTHON="python3-debug" X="test_ssl" ./parallel.sh
required_packages:
- gcc
- virtualenv