python3Packages.python-kasa: test in asyncio legacy mode
This commit is contained in:
@@ -43,6 +43,10 @@ buildPythonPackage rec {
|
||||
voluptuous
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Skip the examples tests
|
||||
"kasa/tests/test_readme_examples.py"
|
||||
|
||||
Reference in New Issue
Block a user