diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index 520726e..0e35f92 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -30,6 +30,8 @@ # opentelemetry-experimental requires opentelemetry-contrib libraries of 0.40b0 version %bcond opentelemetry_experimental %[%{?fedora} >= 40] +# old_graphene: graphene in Fedora 41 is too old (Sentry SDK wants 3.3, Fedora 41 has 3.0b6) + %bcond tests 1 %bcond network_tests 0 @@ -195,7 +197,7 @@ Summary: %{summary} # cohere: no_cohere # gcp: python 3.7 only # gql: no_gql -# graphene: graphene is too old (min version: 3.3) +# graphene: old_graphene # grpc: protobuf is too old # httpx: require network # pymongo: no_mockupdb @@ -399,7 +401,7 @@ deselect="${deselect-} --deselect=tests/test_basics.py::test_redis_disabled_when ignore="${ignore-} --ignore=tests/integrations/redis" ignore="${ignore-} --ignore=tests/integrations/rq" -# graphene is too old (min version: 3.3) +# old_graphene ignore="${ignore-} --ignore=tests/integrations/graphene" # no_mockupdb