Skip to content

Commit 21d8c07

Browse files
authored
Add flask2.1 to CI runs (#495)
1 parent 88a628e commit 21d8c07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/unit_tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
run: pip install tox
2323
- name: Run Tox
2424
run: tox -e py
25+
- name: Run Tox Flask==2.1
26+
run: tox -e flask21

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py{37,38,39,310}-{flask21,flask},pypy3.9,mypy,coverage,style,docs
7+
envlist = py37,py38,py39,py310,pypy3.9,flask21,mypy,coverage,style,docs
88

99
[testenv]
1010
commands =
@@ -14,7 +14,6 @@ deps =
1414
cryptography
1515
python-dateutil
1616
flask21: Flask>=2.1,<2.2
17-
flask: Flask>=2.2
1817

1918
[testenv:mypy]
2019
commands =

0 commit comments

Comments
 (0)