python310Packages.unifi-discovery: test in asyncio auto mode

This commit is contained in:
Robert Schütz 2022-11-12 16:02:11 -08:00
parent 6038d8bb99
commit c137194c0d

View File

@ -40,7 +40,7 @@ buildPythonPackage rec {
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
"--asyncio-mode=auto"
];
postPatch = ''