mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Min pytest-asyncio of 0.17
So that the asyncio_mode in pytest.ini does not produce a warning on older versions of that library.
This commit is contained in:
parent
645381a5ed
commit
c10cd48baf
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -69,7 +69,7 @@ setup(
|
|||
"test": [
|
||||
"pytest>=5.2.2,<7.1.0",
|
||||
"pytest-xdist>=2.2.1,<2.6",
|
||||
"pytest-asyncio>=0.10,<0.19",
|
||||
"pytest-asyncio>=0.17,<0.19",
|
||||
"beautifulsoup4>=4.8.1,<4.11.0",
|
||||
"black==22.1.0",
|
||||
"pytest-timeout>=1.4.2,<2.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue