mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #37620 from vaibhavsagar/fix-python2Packages-notebook
python2Packages.notebook: fix tests
This commit is contained in:
commit
ad4c5c1320
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ buildPythonPackage rec {
|
|||
|
||||
# disable warning_filters
|
||||
preCheck = lib.optionalString (!isPy3k) ''
|
||||
touch setup.cfg
|
||||
echo "" > setup.cfg
|
||||
'';
|
||||
|
||||
checkPhase = ''
|
||||
|
|
Loading…
Reference in a new issue