Skip to content

Commit

Permalink
Merge pull request #288640 from samuela/samuela/google-auth-oauthlib
Browse files Browse the repository at this point in the history
python311Packages.google-auth-oauthlib: disable flaky test
  • Loading branch information
samuela authored Feb 14, 2024
2 parents cdefe71 + b1b0947 commit d6745ed
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
];
Expand Down

0 comments on commit d6745ed

Please sign in to comment.