lol

python310Packages.discovery30303: test in asyncio auto mode

+1 -1
+1 -1
pkgs/development/python-modules/discovery30303/default.nix
··· 32 32 ]; 33 33 34 34 pytestFlagsArray = [ 35 - "--asyncio-mode=legacy" 35 + "--asyncio-mode=auto" 36 36 ]; 37 37 38 38 postPatch = ''