Unverified Commit abdd9b61 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.qh3: skip broken tests on darwin (#507107)

parents 9fd8f715 f6687979
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -61,9 +61,11 @@ buildPythonPackage rec {
    rm -r qh3
  '';

  disabledTests = lib.optionals stdenv.buildPlatform.isDarwin [
  disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
    # ConnectionError
    "test_connect_and_serve_ipv4"
    "test_ech_accepted"
    "test_grease_ech_no_rejection"
  ];

  meta = {