jrnl: override pytest version to fix tests

This commit is contained in:
Bryan A. S. 2024-04-28 19:57:23 -03:00 committed by Yaya
parent a9a136ed9d
commit b35e5591af

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
];