From c03cb83e9da22018e2cdcb52e4dfb25dc06abf8d Mon Sep 17 00:00:00 2001 From: cybardev <50134239+cybardev@users.noreply.github.com> Date: Tue, 25 Nov 2025 20:59:03 -0400 Subject: [PATCH] pyrefly: skip failing test till upstream fix --- pkgs/by-name/py/pyrefly/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/py/pyrefly/package.nix b/pkgs/by-name/py/pyrefly/package.nix index 41c354c1b52b..1ae2617b7aa2 100644 --- a/pkgs/by-name/py/pyrefly/package.nix +++ b/pkgs/by-name/py/pyrefly/package.nix @@ -34,6 +34,7 @@ rustPlatform.buildRustPackage (finalAttrs: { # FIX: tracking on https://github.com/facebook/pyrefly/issues/1667 "--skip=test::lsp::lsp_interaction::configuration::test_pythonpath_change" "--skip=test::lsp::lsp_interaction::configuration::test_workspace_pythonpath_ignored_when_set_in_config_file" + "--skip=test::lsp::lsp_interaction::notebook_sync::test_notebook_publish_diagnostics" ]; # requires unstable rust features