]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Update dep on pytest-asyncio
authorMikel Olasagasti Uranga <mikel@olasagasti.info>
Wed, 10 Nov 2021 23:31:19 +0000 (00:31 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Nov 2021 23:31:19 +0000 (00:31 +0100)
Works fine with 0.16.0

See #143

psycopg/setup.py

index ae7d3cb5914449da30c0273f5d0a619bb8679ed7..6da0b852268fccc48958dde8f65f799cf27c123a 100644 (file)
@@ -40,7 +40,7 @@ extras_require = {
         "mypy >= 0.910",
         "pproxy ~= 2.7.8",
         "pytest ~= 6.2.5",
-        "pytest-asyncio ~= 0.15.1",
+        "pytest-asyncio ~= 0.16.0",
         "pytest-randomly ~= 3.10.1",
         "tenacity ~= 8.0.1",
     ],