python39Packages.bellows: disable failing tests

This commit is contained in:
Sandro Jäckel 2021-08-28 03:06:59 +02:00 committed by Martin Weinelt
parent bae58aed5a
commit f107f02640

View file

@ -46,10 +46,9 @@ buildPythonPackage rec {
]; ];
disabledTests = [ disabledTests = [
# RuntimeError: coroutine 'test_remigrate_forcibly_downgraded_v4' was never awaited # AssertionError: assert 65534 is None
#"test_remigrate_forcibly_downgraded_v4" # https://github.com/zigpy/bellows/issues/436
# RuntimeError: Event loop is closed "test_startup_nwk_params"
"test_thread_already_stopped"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [