Skip to content

Commit

Permalink
Constrain sanic/sanic-testing for 3.6
Browse files Browse the repository at this point in the history
Signed-off-by: Dustin Ingram <di@users.noreply.github.com>
  • Loading branch information
di authored and duglin committed Apr 8, 2022
1 parent 7074293 commit ec7643e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ flake8-strict
pytest
pytest-cov
# web app tests
sanic
sanic-testing
sanic<=20.12.4; python_version <= '3.6'
sanic; python_version > '3.6'
sanic-testing; python_version > '3.6'
aiohttp
Pillow
requests
Expand Down

0 comments on commit ec7643e

Please sign in to comment.