python3Packages.reikna: use pytestCheckHook

This commit is contained in:
Peder Bergebakken Sundt
2025-06-17 06:37:12 +02:00
parent 180af6dca6
commit f5d779c777
@@ -4,7 +4,7 @@
buildPythonPackage,
sphinx,
pytest-cov-stub,
pytest,
pytestCheckHook,
mako,
numpy,
funcsigs,
@@ -27,7 +27,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
sphinx
pytest-cov-stub
pytest
pytestCheckHook
];
propagatedBuildInputs =
@@ -39,10 +39,6 @@ buildPythonPackage rec {
++ lib.optional withCuda pycuda
++ lib.optional withOpenCL pyopencl;
checkPhase = ''
py.test
'';
# Requires device
doCheck = false;