python310Packages.python-kasa: test in asyncio auto mode
This commit is contained in:
parent
cf51f4aee9
commit
6038d8bb99
@ -44,7 +44,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
pytestFlagsArray = [
|
pytestFlagsArray = [
|
||||||
"--asyncio-mode=legacy"
|
"--asyncio-mode=auto"
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
|
Loading…
Reference in New Issue
Block a user