Merge pull request #37620 from vaibhavsagar/fix-python2Packages-notebook

python2Packages.notebook: fix tests
This commit is contained in:
Robert Schütz 2018-03-22 14:18:59 +01:00 committed by GitHub
commit ad4c5c1320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ buildPythonPackage rec {
# disable warning_filters
preCheck = lib.optionalString (!isPy3k) ''
touch setup.cfg
echo "" > setup.cfg
'';
checkPhase = ''