jrnl: Disable failing test (#476660)

This commit is contained in:
Fabian Affolter
2026-01-05 13:21:44 +00:00
committed by GitHub
+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; [