]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Upgrade testing libraries (#50)
authorDenis Laxalde <denis.laxalde@dalibo.com>
Wed, 5 May 2021 15:02:58 +0000 (17:02 +0200)
committerGitHub <noreply@github.com>
Wed, 5 May 2021 15:02:58 +0000 (17:02 +0200)
Use latest versions of testing libraries

pytest is broken on Python 3.10, until version 6.2.4.

psycopg3/setup.py

index a2fc7ab9915b36cd7df3818786834fe3341bd26a..06830580586c7161862f6d7d370eb52a625d5043 100644 (file)
@@ -34,10 +34,10 @@ extras_require = {
     "test": [
         "mypy >= 0.812",
         "pproxy >= 2.7, < 2.8",
-        "pytest >= 6, < 6.1",
-        "pytest-asyncio >= 0.14.0, < 0.15",
-        "pytest-randomly >= 3.5, < 3.6",
-        "tenacity >= 6.3, < 6.4",
+        "pytest >= 6.2.4, < 6.3",
+        "pytest-asyncio >= 0.15.0, < 0.16",
+        "pytest-randomly >= 3.7, < 3.8",
+        "tenacity >= 7, < 7.1",
     ],
     "dev": [
         "black",