From 7f7312410398731835b9f0fb8e330de2171c1d09 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Fri, 31 Jul 2020 07:20:54 +0200 Subject: [PATCH] Add marshalparser to CI to test their compatibility --- tests/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index b49dadd..6d805e9 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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