From 8e77406a59fadb0d71c02cdaa7234b53de3ba97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 10 Nov 2020 13:34:52 +0100 Subject: [PATCH] Revert "CI: Skip marshalparser tests for now" This reverts commit 797514b3c7ab3d4cd7437373c53cb87cbd22d093. --- tests/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 6b9b0b4..1af5868 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -22,6 +22,9 @@ - selftest: dir: python/selftest 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 required_packages: - gcc # for extension building in venv and selftest - gdb # for test_gdb