python313Packages.pysigma-backend-loki: disable out-dated tests

This commit is contained in:
Fabian Affolter
2025-05-20 00:25:13 +02:00
parent f0c4e8977e
commit 13d88232f6
@@ -29,6 +29,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "sigma.backends.loki" ];
disabledTestPaths = [
# Tests are out-dated
"tests/test_backend_loki_field_modifiers.py"
];
meta = with lib; {
description = "Library to support the loki backend for pySigma";
homepage = "https://github.com/grafana/pySigma-backend-loki";