Commit b35e5591 authored by Bryan A. S.'s avatar Bryan A. S. Committed by Yaya
Browse files

jrnl: override pytest version to fix tests

parent a9a136ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ python3.pkgs.buildPythonApplication rec {
  nativeCheckInputs = with python3.pkgs; [
    pytest-bdd
    pytest-xdist
    pytestCheckHook
    (pytestCheckHook.override { pytest = pytest_7; })
    toml
  ];