python3Packages.psycopg-pool: don't check metadata

This commit is contained in:
Robert Schütz
2026-07-08 19:21:37 -07:00
parent 1995f3e0bb
commit bb997bc7d7
@@ -108,6 +108,9 @@ let
dependencies = [ typing-extensions ];
# the psycopg-pool version isn't updated in tandem with psycopg
dontCheckPythonMetadata = true;
# tested in psycopg
doCheck = false;