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:
krzygorz 2021-02-08 20:44:21 +01:00 committed by Frederik Rietdijk
parent 37fbc86e35
commit 62a94d2c40

View file

@ -23,8 +23,8 @@ buildPythonPackage rec {
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.
checkPhase = ''
${python.interpreter} -m numba.runtests