pythonPackages.scikit-build: fix build by disabling test_source_distribution test

This commit is contained in:
Robert Scott 2019-06-01 23:39:14 +01:00 committed by Frederik Rietdijk
parent 102cc2c709
commit dbc5bcdb5c

View file

@ -17,13 +17,14 @@ buildPythonPackage rec {
propagatedBuildInputs = [ wheel setuptools packaging ];
checkInputs = [
cmake ninja cython codecov coverage six virtualenv pathpy
cmake ninja cython codecov coverage six pathpy
pytest pytestcov pytest-mock pytest-virtualenv pytestrunner
requests flake8
];
disabledTests = lib.concatMapStringsSep " and " (s: "not " + s) ([
"test_hello_develop" # tries setuptools develop install
"test_source_distribution" # pip has no way to install missing dependencies
"test_wheel" # pip has no way to install missing dependencies
"test_fortran_compiler" # passes if gfortran is available
"test_install_command" # tries to alter out path