mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
python311Packages.ruyaml: disable failing tests
This commit is contained in:
parent
101794f0b4
commit
65f78dbaa0
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user