Skip to content

Commit 9f2ce18

Browse files
committed
fix
1 parent dca044e commit 9f2ce18

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

scripts/populate_tox/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"deps": {
375375
"*": [
376376
"pytest-asyncio",
377-
"pytest-multipart",
377+
"python-multipart",
378378
"requests",
379379
"cryptography",
380380
"pydantic<2.0.0",
@@ -399,6 +399,7 @@
399399
"<=6.4.1": [
400400
"pytest<8.2"
401401
], # https://github.com/tornadoweb/tornado/pull/3382
402+
"py3.6": ["aiocontextvars"],
402403
},
403404
},
404405
"trytond": {

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ deps =
725725
starlite-v1.50.2: starlite==1.50.2
726726
starlite-v1.51.16: starlite==1.51.16
727727
starlite: pytest-asyncio
728-
starlite: pytest-multipart
728+
starlite: python-multipart
729729
starlite: requests
730730
starlite: cryptography
731731
starlite: pydantic<2.0.0
@@ -739,6 +739,7 @@ deps =
739739
tornado-v6.0.4: pytest<8.2
740740
tornado-v6.1: pytest<8.2
741741
tornado-v6.2: pytest<8.2
742+
py3.6-tornado: aiocontextvars
742743

743744

744745
# ~~~ Misc ~~~

0 commit comments

Comments
 (0)