python314Packages.filelock: add another timeout sensitive test file (#542595)

This commit is contained in:
Sandro
2026-07-21 15:11:53 +00:00
committed by GitHub

View File

@@ -41,6 +41,7 @@ buildPythonPackage (finalAttrs: {
"tests/test_virtualenv.py"
# Very prone to timeouts on busy machines
"tests/test_filelock.py"
"tests/test_read_write.py"
];
meta = {