python2Packages.notebook: fix tests

These were accidentally broken by #37615.
wip/yesman
Vaibhav Sagar 6 years ago
parent 43580b6800
commit cafd433e8c
  1. 2
      pkgs/development/python-modules/notebook/default.nix

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

Loading…
Cancel
Save