python310Packages.python-kasa: test in asyncio auto mode

This commit is contained in:
Robert Schütz 2022-11-12 15:59:18 -08:00
parent cf51f4aee9
commit 6038d8bb99

View File

@ -44,7 +44,7 @@ buildPythonPackage rec {
]; ];
pytestFlagsArray = [ pytestFlagsArray = [
"--asyncio-mode=legacy" "--asyncio-mode=auto"
]; ];
disabledTestPaths = [ disabledTestPaths = [