Unverified Commit 6da63280 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by Wolfgang Walther
Browse files

python3Packages.asyncpg: disable a test broken by python

https://hydra.nixos.org/build/291045308/nixlog/1/tail
Looks like triggered by 06aecd36
but curiously on nixpkgs master we do not suffer from the issue.

(cherry picked from commit 2b588bf4)
parent dec96138
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -42,6 +42,9 @@ buildPythonPackage rec {
    rm -rf asyncpg/
  '';

  # https://github.com/MagicStack/asyncpg/issues/1236
  disabledTests = [ "test_connect_params" ];

  pythonImportsCheck = [ "asyncpg" ];

  meta = with lib; {