python3Packages.dynalite-devices: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt 2022-07-21 11:40:52 +02:00
parent 3cf2d43d57
commit b14efa22e9

View file

@ -27,6 +27,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
pythonImportsCheck = [ "dynalite_devices_lib" ];
meta = with lib; {