about summary refs log tree commit diff
path: root/pkgs/development/python-modules/scikit-build
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2019-06-01 23:39:14 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-06-18 11:11:16 +0200
commitdbc5bcdb5c164d105719085b31c1415b827109b3 (patch)
treeaa8e19ed025647de0a2a9a7bdd8bf53cb620866b /pkgs/development/python-modules/scikit-build
parent102cc2c70950800cd1a47d6663cd56dda058bace (diff)
pythonPackages.scikit-build: fix build by disabling test_source_distribution test
Diffstat (limited to 'pkgs/development/python-modules/scikit-build')
-rw-r--r--pkgs/development/python-modules/scikit-build/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/scikit-build/default.nix b/pkgs/development/python-modules/scikit-build/default.nix
index b0300744b5cc6..91fa26ef44d2e 100644
--- a/pkgs/development/python-modules/scikit-build/default.nix
+++ b/pkgs/development/python-modules/scikit-build/default.nix
@@ -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