From 0b99f61e568d0f6712ebb3982610a5dd8b7cc3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 16 Jul 2026 16:06:19 +0200 Subject: [PATCH] python314Packages.filelock: add another timeout sensitive test file --- pkgs/development/python-modules/filelock/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/filelock/default.nix b/pkgs/development/python-modules/filelock/default.nix index 80810b707766..e30569bb833d 100644 --- a/pkgs/development/python-modules/filelock/default.nix +++ b/pkgs/development/python-modules/filelock/default.nix @@ -41,6 +41,7 @@ buildPythonPackage rec { "tests/test_virtualenv.py" # Very prone to timeouts on busy machines "tests/test_filelock.py" + "tests/test_read_write.py" ]; meta = {