python3Packages.numba: use pythonImportsCheck
Since the unit tests are disabled, we should at least do a pythonImportsCheck Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
This commit is contained in:
parent
37fbc86e35
commit
62a94d2c40
@ -23,8 +23,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";
|
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";
|
||||||
|
|
||||||
propagatedBuildInputs = [numpy llvmlite setuptools];
|
propagatedBuildInputs = [ numpy llvmlite setuptools ];
|
||||||
|
pythonImportsCheck = [ "numba" ];
|
||||||
# Copy test script into $out and run the test suite.
|
# Copy test script into $out and run the test suite.
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${python.interpreter} -m numba.runtests
|
${python.interpreter} -m numba.runtests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user