python3Packages.aiounifi: fix pytest-asyncio compatibility

This commit is contained in:
Martin Weinelt 2022-01-17 02:59:13 +01:00
parent efc81847cb
commit bec7914e03

View File

@ -33,6 +33,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--asyncio-mode=auto"
];
pythonImportsCheck = [ "aiounifi" ];
meta = with lib; {