Merge pull request #37615 from vaibhavsagar/cleanup-pythonPackages-notebook

pythonPackages.notebook: cleanup
This commit is contained in:
Robert Schütz 2018-03-22 10:51:04 +01:00 committed by GitHub
commit c8f201df20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ buildPythonPackage rec {
LC_ALL = "en_US.utf8";
buildInputs = [ nose glibcLocales ]
checkInputs = [ nose glibcLocales ]
++ (if isPy3k then [ nose_warnings_filters ] else [ mock ]);
propagatedBuildInputs = [
@ -43,9 +43,9 @@ buildPythonPackage rec {
# disable warning_filters
preCheck = lib.optionalString (!isPy3k) ''
echo "" > setup.cfg
cat setup.cfg
touch setup.cfg
'';
checkPhase = ''
runHook preCheck
mkdir tmp