python313Packages.pysigma-backend-loki: disable out-dated tests
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user