python3Packages.pywemo: disable flaky test
https://github.com/pywemo/pywemo/issues/264
This commit is contained in:
parent
92ec5c8583
commit
cead7d2781
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/pywemo/pywemo/issues/264
|
||||
"test_rules_db_from_device"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pywemo" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue