python310Packages.pytraccar: test in asyncio auto mode

This commit is contained in:
Robert Schütz
2022-11-16 08:45:50 -08:00
parent 677e78a911
commit 4e22c8316c
@@ -40,7 +40,7 @@ buildPythonPackage rec {
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
"--asyncio-mode=auto"
];
postPatch = ''