]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Install typing extensions for setuptools, pytest
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 5 Oct 2021 13:41:55 +0000 (15:41 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 5 Oct 2021 13:41:55 +0000 (15:41 +0200)
psycopg/setup.py
pyproject.toml

index 9f15b1e17de824f6975761cec72b69d155981dc7..80f5a4dbb88a52309e5cbf55ff2639be5fdd919c 100644 (file)
@@ -49,6 +49,8 @@ extras_require = {
         "black",
         "flake8 ~= 3.9.2",
         "mypy >= 0.910",
+        "pytest-mypy >= 0.8.1",
+        "types-setuptools >= 57.4.0",
         "wheel",
     ],
     # Requirements needed to build the documentation
index 6c48169e66e3dcb26bd5de65e82df956fde1d33d..a2fc4abdda1621d89801a920d00b34112ad4ecc2 100644 (file)
@@ -22,8 +22,6 @@ strict = true
 
 [[tool.mypy.overrides]]
 module = [
-    "pytest",
-    "setuptools",
     "shapely.*",
 ]
 ignore_missing_imports = true