python3Packages.pywizlight: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt 2022-07-21 11:55:53 +02:00
parent 011a74801f
commit c01034bfe2

View File

@ -32,6 +32,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
disabledTests = [
# Tests requires network features (e. g., discovery testing)
"test_Bulb_Discovery"