From 655812e7c95023b7c4bf5b2f75a00bcd13c4d4e7 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 4 May 2025 06:51:29 -0400 Subject: [PATCH] Remove conditional for F42+; the branches diverged --- python-cramjam.spec | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/python-cramjam.spec b/python-cramjam.spec index 1133523..6e0c0db 100644 --- a/python-cramjam.spec +++ b/python-cramjam.spec @@ -167,19 +167,6 @@ k="${k-}${k+ and }not test_variants_different_dtypes[blosc2]" # https://github.com/milesgranger/cramjam/issues/190 k="${k-}${k+ and }not (test_variants and [blosc2)" -%if 0%{?fedora} > 41 -# Test failures in test_variants_decompress_into with recent hypothesis -# versions -# https://github.com/milesgranger/cramjam/issues/201 -# -# It is hard to be really sure what is going on here. The failures are -# concerning, and might (or might not) reflect a serious problem. Nevertheless, -# since the problem appears to be linked to newer hypothesis versions, there’s -# not reason to believe that the package has *new* problems. It *might* have -# newly *revealed* problems. This merits further investigation. -k="${k-}${k+ and }not test_variants_decompress_into" -%endif - # Regression with miniz_oxide>0.8.5 # https://github.com/milesgranger/cramjam/issues/211 # Failed: DID NOT RAISE