Skip to content

Commit ba1d934

Browse files
authored
Disable GraphQL Master tests (#617)
1 parent 7626e3b commit ba1d934

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ envlist =
128128
python-framework_graphene-py310-graphene0201,
129129
python-framework_graphql-{py27,py37,py38,py39,py310,pypy,pypy37}-graphql02,
130130
python-framework_graphql-{py37,py38,py39,py310,pypy37}-graphql03,
131-
python-framework_graphql-py37-graphql{0202,0203,0300,0301,0302,master},
131+
; temporarily disabling graphqlmaster tests
132+
python-framework_graphql-py37-graphql{0202,0203,0300,0301,0302},
132133
grpc-framework_grpc-{py27}-grpc0125,
133134
grpc-framework_grpc-{py37,py38,py39,py310}-grpclatest,
134135
python-framework_pyramid-{pypy,py27,py38}-Pyramid0104,

0 commit comments

Comments
 (0)