Add marshalparser to CI to test their compatibility

This commit is contained in:
Lumir Balhar 2020-07-31 07:20:54 +02:00
parent d7d969c974
commit 7f73124103
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,9 @@
- debugflags:
dir: python/flags
run: python3-debug ./assertflags.py -Og
- marshalparser:
dir: python/marshalparser
run: VERSION=3.9 SAMPLE=10 test_marshalparser_compatibility.sh
required_packages:
- gcc # for extension building in venv and selftest
- gdb # for test_gdb
@ -41,3 +44,4 @@
- python3-test # for selftest
- python3-tox # for venv tests
- glibc-all-langpacks # for locale tests
- marshalparser # for testing compatibility (magic numbers) with marshalparser