Unverified Commit 2a397ad1 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #267739 from a-n-n-a-l-e-e/psycopg_disable_tests

python311Packages.psycopg: disable timing related test
parents 91c993af 89842c37
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -50,6 +50,14 @@ let
      libpq = "${postgresql.lib}/lib/libpq${stdenv.hostPlatform.extensions.sharedLibrary}";
      libc = "${stdenv.cc.libc}/lib/libc.so.6";
    })

    # https://github.com/psycopg/psycopg/pull/669
    # mark some tests as timing remove on next version update
    (fetchpatch {
      name = "mark_tests_as_timing.patch";
      url = "https://github.com/psycopg/psycopg/commit/00a3c640dd836328ba15931b400b012171f648c2.patch";
      hash = "sha256-DoVZv1yy9gHOKl0AdVLir+C+UztJZVjboLhS5af2944=";
    })
  ];

  baseMeta = {