mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 18:28:00 +00:00
Merge pull request #288640 from samuela/samuela/google-auth-oauthlib
python311Packages.google-auth-oauthlib: disable flaky test
This commit is contained in:
commit
d6745ed014
@ -33,7 +33,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.isDarwin [
|
||||
disabledTests = [
|
||||
# Flaky test. See https://github.com/NixOS/nixpkgs/issues/288424#issuecomment-1941609973.
|
||||
"test_run_local_server_occupied_port"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
# This test fails if the hostname is not associated with an IP (e.g., in `/etc/hosts`).
|
||||
"test_run_local_server_bind_addr"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user