python3Packages.reikna: use pytestCheckHook
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user