jrnl: override pytest version to fix tests

This commit is contained in:
Bryan A. S.
2024-05-05 12:31:40 +02:00
committed by Yaya
parent a9a136ed9d
commit b35e5591af
+1 -1
View File
@@ -44,7 +44,7 @@ python3.pkgs.buildPythonApplication rec {
nativeCheckInputs = with python3.pkgs; [
pytest-bdd
pytest-xdist
pytestCheckHook
(pytestCheckHook.override { pytest = pytest_7; })
toml
];