Skip to content

Commit 268af9a

Browse files
Pin latest sanic tests (#2889) (#2896)
* Pin Python 3.7 testing sanic version * Don't patch This should verify whether or not we are to blame for the failures * Pin all sanic versions (cherry picked from commit c242aa2) Co-authored-by: Kyle Verhoog <[email protected]>
1 parent a0119a4 commit 268af9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ envlist =
6161
pymysql_contrib-py{27,35,36,37,38,39}-pymysql{07,08,09,}
6262
pyodbc_contrib-py{27,35,36,37,38,39}-pyodbc{3,4}
6363
pyramid_contrib{,_autopatch}-py{27,35,36,37,38,39}-pyramid{17,18,19,110,}-webtest
64-
sanic_contrib-py{37,38,39}-sanic{1906,1909,1912,2003,2006,2103,}
64+
sanic_contrib-py{37,38,39}-sanic{1906,1909,1912,2003,2006,2103}
6565
sqlite3_contrib-py{27,35,36,37,38,39}-sqlite3
6666
tornado_contrib-py{27,35,36,37,38,39}-tornado{44,45}
6767
tornado_contrib-py{37,38,39}-tornado{50,51,60,}
@@ -240,7 +240,7 @@ deps =
240240
sanic2103: pytest-sanic==1.7.1
241241
sanic2103: httpx==0.15.4
242242
sanic: sanic
243-
sanic: pytest-sanic==1.7.1
243+
sanic: pytest-sanic==1.8.1
244244
sanic: httpx==0.15.4
245245
sqlalchemy: sqlalchemy
246246
sslmodules3: aiohttp

0 commit comments

Comments
 (0)