From 7b8d3bad45eaabb3756c71a03d1cae350d5648d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 25 May 2021 00:55:05 +0200 Subject: [PATCH] Fedora CI: Add marshalparser test --- tests/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 6869e7e..4fcdd28 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -11,8 +11,12 @@ - smoke: dir: python/smoke run: VERSION=3.6 ./venv.sh + - marshalparser: + dir: python/marshalparser + run: VERSION=3.6 SAMPLE=10 test_marshalparser_compatibility.sh required_packages: - gcc - python3-tox - python3.6 - glibc-all-langpacks # for locale tests + - marshalparser # for testing compatibility (magic numbers) with marshalparser