python3Packages.filelock: disable flaky locking tests

Locally these work fine, on builders these timeout after 20s.
This commit is contained in:
Martin Weinelt
2026-05-30 03:53:10 +02:00
parent 6b54753cb1
commit db883c3f8e
@@ -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 = {