From 21d8c0751272299f4d695799408945bb0b502afe Mon Sep 17 00:00:00 2001 From: Lily Acadia Gilbert Date: Mon, 15 Aug 2022 09:09:02 -0700 Subject: [PATCH] Add flask2.1 to CI runs (#495) --- .github/workflows/unit_tests.yml | 2 ++ tox.ini | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index dad389d1..5f33c264 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -22,3 +22,5 @@ jobs: run: pip install tox - name: Run Tox run: tox -e py + - name: Run Tox Flask==2.1 + run: tox -e flask21 diff --git a/tox.ini b/tox.ini index 50c26c36..15c1a726 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py{37,38,39,310}-{flask21,flask},pypy3.9,mypy,coverage,style,docs +envlist = py37,py38,py39,py310,pypy3.9,flask21,mypy,coverage,style,docs [testenv] commands = @@ -14,7 +14,6 @@ deps = cryptography python-dateutil flask21: Flask>=2.1,<2.2 - flask: Flask>=2.2 [testenv:mypy] commands =