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