From b9c75a3094f06c8050a4532a419c3f00e907f810 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 27 Feb 2026 02:30:15 +0100 Subject: [PATCH] python3Packages.psycopg: disable slow tests They are annoying and racy with pproxy. We're running over 5k tests, this is fine. --- pkgs/development/python-modules/psycopg/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/psycopg/default.nix b/pkgs/development/python-modules/psycopg/default.nix index 021393718212..e3e13ac78944 100644 --- a/pkgs/development/python-modules/psycopg/default.nix +++ b/pkgs/development/python-modules/psycopg/default.nix @@ -226,6 +226,7 @@ buildPythonPackage rec { "refcount" "timing" "flakey" + "slow" ]; postCheck = ''