public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fido2] epel10.2: Drop test for F30 due to missing pyfakefs >= 3.4
@ 2026-08-21 13:51 Orion Poplawski
  0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-08-21 13:51 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-fido2
Branch : epel10.2
Commit : 969e850d39bf88222594b019a656bcb9563b525a
Author : Orion Poplawski <orion@nwra.com>
Date   : 2019-10-23T20:10:07-06:00
Stats  : +5/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-fido2/c/969e850d39bf88222594b019a656bcb9563b525a?branch=epel10.2

Log:
Drop test for F30 due to missing pyfakefs >= 3.4

---
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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-21 13:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 13:51 [rpms/python-fido2] epel10.2: Drop test for F30 due to missing pyfakefs >= 3.4 Orion Poplawski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox