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

Disable the ones that are incompatible with home-assistant's version of
pytest-aiohttp.
This commit is contained in:
Robert Schütz
2022-11-26 21:21:26 -08:00
committed by Robert Schütz
parent 3441f255db
commit 7c424020f4
+10
View File
@@ -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 {