Skip to content

Commit eadaff6

Browse files
authored
Disable flaskmaster-py38 (#1247)
* Disable flaskmaster-py38 and pin coverage-py38 * Add py37 coverage version * Revert coverage version * Add more info for disabled test
1 parent b550b0d commit eadaff6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ envlist =
138138
python-framework_fastapi-{py37,py38,py39,py310,py311,py312,py313},
139139
python-framework_flask-py37-flask020205,
140140
python-framework_flask-{py38,py39,py310,py311,py312,pypy310}-flask02,
141-
python-framework_flask-{py38,py39,py310,py311,py312,py313,pypy310}-flask{latest,master},
141+
; python-framework_flask-py38-flaskmaster fails, even with Flask-Compress<1.16 and coverage==7.61 for py37,py38
142+
python-framework_flask-py38-flasklatest,
143+
python-framework_flask-{py39,py310,py311,py312,py313,pypy310}-flask{latest,master},
142144
python-framework_graphene-{py37,py38,py39,py310,py311,py312,py313}-graphenelatest,
143145
python-framework_graphql-{py37,py38,py39,py310,py311,py312,py313,pypy310}-graphql03,
144146
python-framework_graphql-{py37,py38,py39,py310,py311,py312,py313,pypy310}-graphql{latest},

0 commit comments

Comments
 (0)