python3Packages.python-kasa: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt
2022-07-21 14:24:34 +02:00
parent f99bc07181
commit c61efc1d0d

View File

@@ -43,6 +43,10 @@ buildPythonPackage rec {
voluptuous
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
disabledTestPaths = [
# Skip the examples tests
"kasa/tests/test_readme_examples.py"