jrnl: Disable failing test

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2026-01-03 18:48:06 +01:00
parent 433b0f4824
commit d98d86fb1b
+4
View File
@@ -24,6 +24,10 @@ python3.pkgs.buildPythonApplication rec {
--replace-fail "from pytest_bdd.steps import inject_fixture" "from pytest_bdd.compat import inject_fixture"
'';
disabledTests = [
"test_override_configured_linewrap_with_a_value_of_23"
];
build-system = with python3.pkgs; [ poetry-core ];
dependencies = with python3.pkgs; [