Skip to content

Commit 7ca9ddf

Browse files
add upper bounds for pytest-asyncio version (#74)
1 parent f8d4c85 commit 7ca9ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"pypgstac[psycopg]==0.7.*",
2727
"pytest",
2828
"pytest-cov",
29-
"pytest-asyncio>=0.17",
29+
"pytest-asyncio>=0.17,<0.23.0",
3030
"pre-commit",
3131
"requests",
3232
"shapely",

0 commit comments

Comments
 (0)