python310Packages.dynalite-devices: test in asyncio auto mode

This commit is contained in:
Robert Schütz
2022-11-16 08:45:42 -08:00
parent f67a5c6354
commit afff895620
@@ -28,7 +28,7 @@ buildPythonPackage rec {
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
"--asyncio-mode=auto"
];
pythonImportsCheck = [ "dynalite_devices_lib" ];