python.pkgs.notebook: fix build

This commit is contained in:
Frederik Rietdijk 2018-06-22 12:46:13 +02:00
parent 07753e8875
commit 617806e913

View File

@ -46,6 +46,12 @@ buildPythonPackage rec {
echo "" > setup.cfg
'';
postPatch = ''
# Remove selenium tests
rm -rf notebook/tests/selenium
'';
checkPhase = ''
runHook preCheck
mkdir tmp