Commit 7c424020 authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files

home-assistant.python.pkgs.arcam-fmj: fix tests

Disable the ones that are incompatible with home-assistant's version of
pytest-aiohttp.
parent 3441f255
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -41,6 +41,16 @@ let
        };
      });

      arcam-fmj = super.arcam-fmj.overridePythonAttrs (old: rec {
        disabledTestPaths = [
          # incompatible with pytest-aiohttp 0.3.0
          # see https://github.com/elupus/arcam_fmj/pull/12
          "tests/test_fake.py"
          "tests/test_standard.py"
          "tests/test_utils.py"
        ];
      });

      backoff = super.backoff.overridePythonAttrs (oldAttrs: rec {
        version = "1.11.1";
        src = fetchFromGitHub {