python3Packages.yamlloader: disable broken test file due to pickling error
This commit is contained in:
@@ -33,6 +33,12 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# TypeError: cannot pickle '_thread.RLock' object
|
||||
# https://github.com/Phynix/yamlloader/issues/64
|
||||
"tests/test_ordereddict.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"yaml"
|
||||
"yamlloader"
|
||||
|
||||
Reference in New Issue
Block a user