python311Packages.ruyaml: disable failing tests

This commit is contained in:
Fabian Affolter 2024-01-16 09:29:57 +01:00
parent 101794f0b4
commit 65f78dbaa0

View File

@ -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/";