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:
committed by
Robert Schütz
parent
3441f255db
commit
7c424020f4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user