forked from mirrors/nixpkgs
python310Packages.renault-api: test in asyncio auto mode
This commit is contained in:
parent
413c979ed9
commit
cf51f4aee9
|
@ -48,7 +48,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
"--asyncio-mode=auto"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue