python312Packages.omegaconf: disable failing test

This commit is contained in:
Fabian Affolter 2024-04-23 21:03:17 +02:00
parent 1f7fc89dbb
commit 60acb0dc17
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@ buildPythonPackage rec {
"ignore::DeprecationWarning"
];
disabledTests = [
"test_eq"
];
meta = with lib; {
description = "Framework for configuring complex applications";
homepage = "https://github.com/omry/omegaconf";