mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 08:04:47 +00:00
python310Packages.pypck: test in asyncio auto mode
This commit is contained in:
parent
216e161b69
commit
f67a5c6354
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
"--asyncio-mode=auto"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.isDarwin [
|
||||
|
Loading…
Reference in New Issue
Block a user