python310Packages.discovery30303: test in asyncio auto mode

This commit is contained in:
Robert Schütz 2022-11-12 08:06:18 -08:00
parent a7d24e0cc8
commit 57b644c57d

View File

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