python2Packages.notebook: fix tests

These were accidentally broken by #37615.
This commit is contained in:
Vaibhav Sagar 2018-03-22 20:48:09 +08:00
parent 43580b6800
commit cafd433e8c

View File

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