Introduce old_graphene
code
[skip changelog]
This commit is contained in:
parent
bbb09e4bfc
commit
38ee93368c
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue