python3Packages.frozendict: disable formatting tests
Too sensitive to interpreter's __repr__ format
This commit is contained in:
@@ -34,6 +34,10 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# TypeError: unsupported operand type(s) for |=: 'frozendict.frozendict' and 'dict'
|
||||
"test_union"
|
||||
# non-standard assertions
|
||||
"test_repr"
|
||||
"test_format"
|
||||
"test_str"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user