python310Packages.aiosyncthing: test in asyncio auto mode

This commit is contained in:
Robert Schütz
2022-11-16 08:45:47 -08:00
parent 8f485cea9b
commit be64e57677
@@ -35,7 +35,7 @@ buildPythonPackage rec {
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
"--asyncio-mode=auto"
];
postPatch = ''