Commit 1dcb7281 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.nocaselist: switch to pytestCheckHook

parent 0fbb050c
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
{ lib, buildPythonPackage, fetchPypi
, pytest
{ lib
, buildPythonPackage
, fetchPypi
, pytestCheckHook
}:

buildPythonPackage rec {
@@ -12,7 +14,7 @@ buildPythonPackage rec {
  };

  nativeCheckInputs = [
    pytest
    pytestCheckHook
  ];

  pythonImportsCheck = [