python314Packages.cyclopts: disable more timing sensitive tests

This commit is contained in:
Sandro Jäckel 2026-07-02 18:37:43 +02:00
commit 1caf0c31ad
No known key found for this signature in database
GPG key ID: 236B6291555E8401

View file

@ -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"
];