]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Upgrade testing dependencies
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 30 Sep 2021 18:59:35 +0000 (20:59 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 30 Sep 2021 18:59:35 +0000 (20:59 +0200)
Some are required for Python 3.10

psycopg/setup.py

index 04d41563248761dc3fc2fc97499627c1d082fee2..9f15b1e17de824f6975761cec72b69d155981dc7 100644 (file)
@@ -37,18 +37,18 @@ extras_require = {
     ],
     # Requirements to run the test suite
     "test": [
-        "mypy >= 0.812",
-        "pproxy >= 2.7, < 2.8",
-        "pytest >= 6.2.4, < 6.3",
-        "pytest-asyncio >= 0.15.0, < 0.16",
-        "pytest-randomly >= 3.7, < 3.8",
-        "tenacity >= 7, < 7.1",
+        "mypy >= 0.910",
+        "pproxy ~= 2.7.8",
+        "pytest ~= 6.2.5",
+        "pytest-asyncio ~= 0.15.1",
+        "pytest-randomly ~= 3.10.1",
+        "tenacity ~= 8.0.1",
     ],
     # Requirements needed for development
     "dev": [
         "black",
         "flake8 ~= 3.9.2",
-        "mypy >= 0.812",
+        "mypy >= 0.910",
         "wheel",
     ],
     # Requirements needed to build the documentation