anaconda-graveyard / nb_anacondacloud

Interact with Anaconda Cloud
BSD 2-Clause "Simplified" License
5 stars 9 forks source link

Add summary to release attributes #45

Open abarto opened 6 years ago

abarto commented 6 years ago

Adds the notebook's summary to the release metadata. This allows summary to be updated with each release on Anaconda Cloud.

damianavila commented 6 years ago

Tests are failing because something unrelated

nb_anacondacloud/tests/test_notebook.py:124:13: E722 do not use bare except'

but living here: https://github.com/Anaconda-Platform/nb_anacondacloud/blob/master/nb_anacondacloud/tests/test_notebook.py#L124

If you can push a fix for that it this PR, that would help.