From 797514b3c7ab3d4cd7437373c53cb87cbd22d093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 4 Nov 2020 10:35:00 +0100 Subject: [PATCH] CI: Skip marshalparser tests for now Breakage reported upstream https://github.com/fedora-python/marshalparser/issues/10 --- tests/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 1af5868..6b9b0b4 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -22,9 +22,6 @@ - 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