Fedora CI: Make the marshalparser dependency mandatory
Fedora 32 goes EOL and marshalparser is available on Fedora 33+.
This commit is contained in:
parent
ac9a5093cb
commit
dd49c3369d
@ -24,10 +24,11 @@
|
|||||||
run: VERSION=3.10 X="" ./parallel.sh
|
run: VERSION=3.10 X="" ./parallel.sh
|
||||||
- marshalparser:
|
- marshalparser:
|
||||||
dir: python/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:
|
required_packages:
|
||||||
- gcc # for extension building in venv and selftest
|
- gcc # for extension building in venv and selftest
|
||||||
- gdb # for test_gdb
|
- gdb # for test_gdb
|
||||||
- python3.10
|
- python3.10
|
||||||
- python3-tox # for venv tests
|
- python3-tox # for venv tests
|
||||||
- glibc-all-langpacks # for locale tests
|
- glibc-all-langpacks # for locale tests
|
||||||
|
- marshalparser # for testing compatibility (magic numbers) with marshalparser
|
||||||
|
Loading…
Reference in New Issue
Block a user