From db883c3f8ea329bb682b750996e97e566a4ba0a0 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 14 May 2026 17:20:56 +0200 Subject: [PATCH] python3Packages.filelock: disable flaky locking tests Locally these work fine, on builders these timeout after 20s. --- pkgs/development/python-modules/filelock/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/filelock/default.nix b/pkgs/development/python-modules/filelock/default.nix index 1ef40a71fc1f..80810b707766 100644 --- a/pkgs/development/python-modules/filelock/default.nix +++ b/pkgs/development/python-modules/filelock/default.nix @@ -39,6 +39,8 @@ buildPythonPackage rec { disabledTestPaths = [ # Circular dependency with virtualenv "tests/test_virtualenv.py" + # Very prone to timeouts on busy machines + "tests/test_filelock.py" ]; meta = {