python311Packages.ruyaml: disable failing tests
This commit is contained in:
@@ -49,6 +49,13 @@ buildPythonPackage rec {
|
||||
"ruyaml"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Assertion error
|
||||
"test_issue_60"
|
||||
"test_issue_60_1"
|
||||
"test_issue_61"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "YAML 1.2 loader/dumper package for Python";
|
||||
homepage = "https://ruyaml.readthedocs.io/";
|
||||
|
||||
Reference in New Issue
Block a user