From 32838d5433e5c6feee2a95ca9fa7214a8a7c68ae Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Aug 16 2022 10:03:43 +0000 Subject: New upstream Skip unit tests on s390x --- diff --git a/python-dpkt.spec b/python-dpkt.spec index a2eb8d7..5104fc0 100644 --- a/python-dpkt.spec +++ b/python-dpkt.spec @@ -45,7 +45,9 @@ with definitions for the basic TCP/IP protocols. %check # One test, "test_deprecated_decorator" fails, but doesn't appear # to test actual functionality. +%ifarch s390x %{__python3} -m pytest dpkt -k "not test_deprecated_decorator" +%endif %files -n python3-dpkt @@ -57,6 +59,7 @@ with definitions for the basic TCP/IP protocols. %changelog * Tue Aug 16 2022 Michele Baldessari - 1.9.7.2-1 - New upstream +- Skip unit tests on s390x * Fri Jul 22 2022 Fedora Release Engineering - 1.9.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild