]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Bump min version required for pytest-asyncio to 0.17.0
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 13 Jan 2022 19:00:14 +0000 (20:00 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 13 Jan 2022 19:40:34 +0000 (20:40 +0100)
Older versions fail for the presence of asyncio_mode in pytest config,
which is required from 0.17 on instead.

psycopg/setup.py
tests/constraints.txt

index 815038c43a2a02ebd646118a5af39059db2c4042..69c64ece35cd87e886ee90713ae08759e5560cad 100644 (file)
@@ -40,7 +40,7 @@ extras_require = {
         "mypy >= 0.920, != 0.930, != 0.931",
         "pproxy >= 2.7",
         "pytest >= 6.2.5",
-        "pytest-asyncio >= 0.16",
+        "pytest-asyncio >= 0.17",
         "pytest-cov >= 3.0",
         "pytest-randomly >= 3.10",
         "tenacity >= 8.0",
index 4f26dcd831b9e6a56165e2e2b2f1a1eef5c3f14c..6a1a4c0b5ebb31157b633306ef87aafe059c5a3d 100644 (file)
@@ -12,7 +12,7 @@ typing_extensions == 3.10.0.0
 mypy == 0.920
 pproxy == 2.7.0
 pytest == 6.2.5
-pytest-asyncio == 0.16.0
+pytest-asyncio == 0.17.0
 pytest-cov == 3.0.0
 pytest-randomly == 3.10.0
 tenacity == 8.0.0
@@ -22,7 +22,6 @@ black == 21.12b0
 dnspython == 2.1.0
 flake8 == 4.0.0
 mypy == 0.920
-pytest-mypy == 0.8.0
 types-setuptools == 57.4.0
 wheel == 0.36.0