python310Packages.nocaselist: switch to pytestCheckHook

This commit is contained in:
Fabian Affolter
2023-02-25 18:05:50 +01:00
parent 0fbb050c18
commit 1dcb728146
@@ -1,5 +1,7 @@
{ lib, buildPythonPackage, fetchPypi
, pytest
{ lib
, buildPythonPackage
, fetchPypi
, pytestCheckHook
}:
buildPythonPackage rec {
@@ -12,7 +14,7 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
pytest
pytestCheckHook
];
pythonImportsCheck = [