From dd49c3369d578f91fc1b9901cb216c821c8b8ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 25 May 2021 00:56:32 +0200 Subject: [PATCH] Fedora CI: Make the marshalparser dependency mandatory Fedora 32 goes EOL and marshalparser is available on Fedora 33+. --- tests/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index 1af5868..a3eb1b2 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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