From 969e850d39bf88222594b019a656bcb9563b525a Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 23 Oct 2019 20:10:07 -0600 Subject: [PATCH] Drop test for F30 due to missing pyfakefs >= 3.4 --- python-fido2.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-fido2.spec b/python-fido2.spec index 0090f9f..c84c932 100644 --- a/python-fido2.spec +++ b/python-fido2.spec @@ -1,8 +1,13 @@ %{?python_enable_dependency_generator} %if 0%{?fedora} %bcond_with python2 +# Missing pyfakefs >= 3.4 on F30 +%if 0%{?fedora} >= 31 %bcond_without python_tests %else +%bcond_with python_tests +%endif +%else %bcond_without python2 # Missing pyfakefs on EPEL7 %bcond_with python_tests