mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python314Packages.cyclopts: disable more timing sensitive tests
This commit is contained in:
parent
93c02ccb3a
commit
1caf0c31ad
1 changed files with 3 additions and 0 deletions
|
|
@ -84,6 +84,9 @@ buildPythonPackage (finalAttrs: {
|
|||
# Building docs
|
||||
"build_succeeds"
|
||||
# timeouts under heavy concurrency
|
||||
"test_behavior[zsh-root-subcommands]"
|
||||
"test_behavior[zsh-subcommand-prefix]"
|
||||
"test_path_completion_action"
|
||||
"test_requires_equals_eq_form_value_completion"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue