mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
python.pkgs.notebook: fix build
This commit is contained in:
parent
07753e8875
commit
617806e913
@ -46,6 +46,12 @@ buildPythonPackage rec {
|
||||
echo "" > setup.cfg
|
||||
'';
|
||||
|
||||
postPatch = ''
|
||||
# Remove selenium tests
|
||||
rm -rf notebook/tests/selenium
|
||||
|
||||
'';
|
||||
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
mkdir tmp
|
||||
|
Loading…
Reference in New Issue
Block a user