Merge ~sylvain-pineau/checkbox-core-snap:tqdm into checkbox-core-snap:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 412525bbaaa305070eac9624533a08baca7befdc
Merged at revision: c98a3ba1fa91f8f4352a6b1d7f6ddc4e7cb60b14
Proposed branch: ~sylvain-pineau/checkbox-core-snap:tqdm
Merge into: checkbox-core-snap:master
Diff against target: 13 lines (+2/-0)
1 file modified
snap/snapcraft.yaml (+2/-0)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+380481@code.launchpad.net

Description of the change

tqdm is required by upcoming remote fixes (reports are generated on the slave and transferred over rpyc to master). The tqdm package offers a nice progress bar to monitor the data transfer.

https://github.com/tqdm/tqdm
https://pypi.org/project/tqdm
https://packages.ubuntu.com/bionic/python3-tqdm (no version for xenial, except checkbox ppa)

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

self-approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
2index 66d13f6..cdc8a2d 100644
3--- a/snap/snapcraft.yaml
4+++ b/snap/snapcraft.yaml
5@@ -138,6 +138,8 @@ parts:
6 - python3-requests-oauthlib
7 - python3-urwid
8 - python3-xlsxwriter
9+ python-packages:
10+ - tqdm
11 ################################################################################
12 plainbox-provider-resource:
13 source-tag: ""

Subscribers

People subscribed via source and target branches