Skip to content

Commit 84749b9

Browse files
authoredJun 8, 2022
Disable flask master tests (#564)
1 parent 316e23b commit 84749b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ envlist =
119119
python-framework_fastapi-{py36,py37,py38,py39,py310},
120120
python-framework_flask-{pypy,py27}-flask0012,
121121
python-framework_flask-{pypy,py27,py36,py37,py38,py39,py310,pypy36}-flask0101,
122-
python-framework_flask-{py37,py38,py39,py310,pypy37}-flask{latest,master},
122+
; temporarily disabling flaskmaster tests
123+
python-framework_flask-{py37,py38,py39,py310,pypy37}-flask{latest},
123124
python-framework_graphene-{py36,py37,py38,py39,py310}-graphenelatest,
124125
python-framework_graphene-{py27,py36,py37,py38,py39,pypy,pypy36}-graphene{0200,0201},
125126
python-framework_graphene-py310-graphene0201,

0 commit comments

Comments
 (0)