jrnl: override pytest version to fix tests
This commit is contained in:
parent
a9a136ed9d
commit
b35e5591af
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
nativeCheckInputs = with python3.pkgs; [
|
||||
pytest-bdd
|
||||
pytest-xdist
|
||||
pytestCheckHook
|
||||
(pytestCheckHook.override { pytest = pytest_7; })
|
||||
toml
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue