Unverified Commit 1b739aed authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.jaraco-test: use pytest 8.3 (#500838)

parents dd3cc542 f1090741
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  jaraco-functools,
  jaraco-context,
  jaraco-collections,
  pytestCheckHook,
  pytest8_3CheckHook,
}:

buildPythonPackage rec {
@@ -34,7 +34,7 @@ buildPythonPackage rec {
    jaraco-collections
  ];

  nativeCheckInputs = [ pytestCheckHook ];
  nativeCheckInputs = [ pytest8_3CheckHook ];

  pythonImportsCheck = [ "jaraco.test" ];