3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.renault-api: test in asyncio auto mode

This commit is contained in:
Robert Schütz 2022-11-12 15:58:07 -08:00
parent 413c979ed9
commit cf51f4aee9

View file

@ -48,7 +48,7 @@ buildPythonPackage rec {
]; ];
pytestFlagsArray = [ pytestFlagsArray = [
"--asyncio-mode=legacy" "--asyncio-mode=auto"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [