python310Packages.pytraccar: test in asyncio auto mode

This commit is contained in:
Robert Schütz
2022-11-12 16:10:56 -08:00
parent 677e78a911
commit 4e22c8316c

View File

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