Commit 36040bb2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.amazon-ion: use pytest_7

parent 84a03aa1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  fetchFromGitHub,
  jsonconversion,
  pytestCheckHook,
  pytest_7,
  pythonOlder,
  setuptools,
  six,
@@ -43,7 +44,7 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    cbor2
    docopt
    pytestCheckHook
    (pytestCheckHook.override { pytest = pytest_7; })
    tabulate
  ];