mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.fastmcp: disable failing tests
This commit is contained in:
parent
76b00caca5
commit
4a9e1937cc
1 changed files with 5 additions and 0 deletions
|
|
@ -114,6 +114,11 @@ buildPythonPackage (finalAttrs: {
|
|||
"test_multi_server"
|
||||
"test_server_starts_without_auth"
|
||||
"test_canonical_multi_client_with_transforms"
|
||||
|
||||
# RuntimeError: Attempted to exit a cancel scope that isn't the current tasks's current cancel scope
|
||||
"test_stateful_proxy"
|
||||
"test_concurrent_log_requests_no_mixing"
|
||||
"test_multi_proxies_no_mixing"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isAarch64 [
|
||||
# floating point error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue