Fedora CI: Make marshalparser test optional

marshalparser does not exist yet on Fedora 32.
This commit is contained in:
Miro Hrončok 2020-10-13 22:23:21 +02:00
parent d20101fdfc
commit ab0ca78ac0
1 changed files with 1 additions and 2 deletions

View File

@ -24,11 +24,10 @@
run: VERSION=3.10 X="" ./parallel.sh
- marshalparser:
dir: python/marshalparser
run: VERSION=3.10 SAMPLE=10 test_marshalparser_compatibility.sh
run: INSTALL_OR_SKIP=true VERSION=3.10 SAMPLE=10 test_marshalparser_compatibility.sh
required_packages:
- gcc # for extension building in venv and selftest
- gdb # for test_gdb
- python3.10
- python3-tox # for venv tests
- glibc-all-langpacks # for locale tests
- marshalparser # for testing compatibility (magic numbers) with marshalparser