python3Packages.frozendict: disable formatting tests

Too sensitive to interpreter's __repr__ format
This commit is contained in:
Jonathan Ringer
2021-11-30 18:52:45 -08:00
parent a506eb42d1
commit 7f9f1ecd90
@@ -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 = [