python3Packages.filelock: disable flaky locking tests
Locally these work fine, on builders these timeout after 20s.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user