python2Packages.notebook: fix tests
These were accidentally broken by #37615.
This commit is contained in:
parent
43580b6800
commit
cafd433e8c
@ -43,7 +43,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
# disable warning_filters
|
# disable warning_filters
|
||||||
preCheck = lib.optionalString (!isPy3k) ''
|
preCheck = lib.optionalString (!isPy3k) ''
|
||||||
touch setup.cfg
|
echo "" > setup.cfg
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user