Fedora CI: Make the marshalparser dependency mandatory

Fedora 32 goes EOL and marshalparser is available on Fedora 33+.
This commit is contained in:
Miro Hrončok 2021-05-25 00:56:32 +02:00
parent ac9a5093cb
commit dd49c3369d
1 changed files with 2 additions and 1 deletions

View File

@ -24,10 +24,11 @@
run: VERSION=3.10 X="" ./parallel.sh
- marshalparser:
dir: python/marshalparser
run: INSTALL_OR_SKIP=true VERSION=3.10 SAMPLE=10 test_marshalparser_compatibility.sh
run: 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