Merge pull request #146790 from Prillan/ZHF-fix-envisage-build
python3Packages.envisage: disable tests of broken optional feature
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{ lib, fetchPypi, isPy27
|
||||
{ lib
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, buildPythonPackage
|
||||
, traits, apptools, pytestCheckHook
|
||||
, ipykernel, ipython, setuptools
|
||||
, traits
|
||||
, apptools
|
||||
, pytestCheckHook
|
||||
, ipython
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -15,6 +20,8 @@ buildPythonPackage rec {
|
||||
sha256 = "8864c29aa344f7ac26eeb94788798f2d0cc791dcf95c632da8d79ebc580e114c";
|
||||
};
|
||||
|
||||
# for the optional dependency ipykernel, only versions < 6 are
|
||||
# supported, so it's not included in the tests, and not propagated
|
||||
propagatedBuildInputs = [ traits apptools setuptools ];
|
||||
|
||||
preCheck = ''
|
||||
@@ -22,7 +29,8 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
checkInputs = [
|
||||
ipykernel ipython pytestCheckHook
|
||||
ipython
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user