Commit bc23f147 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.nats-py: disable failing tests

parent 3f7aa85c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -34,9 +34,7 @@ buildPythonPackage rec {
  optional-dependencies = {
    aiohttp = [ aiohttp ];
    nkeys = [ nkeys ];
    # fast_parse = [
    #   fast-mail-parser
    # ];
    # fast_parse = [ fast-mail-parser ];
  };

  nativeCheckInputs = [
@@ -47,6 +45,8 @@ buildPythonPackage rec {

  disabledTests =
    [
      # Timeouts
      "ClientTLS"
      # AssertionError
      "test_fetch_n"
      "test_kv_simple"