HomeSoftware Heritage

pip-swh-packages: Fix extra category deps when using testing flag

Description

pip-swh-packages: Fix extra category deps when using testing flag

Some dependencies are of the form module[a,b]. Prior to this commit,
this resulted in dependencies of the form
module[a,b][testing]. Those are not understood by pip.

This fixes that behavior to merge the extra testing category
dependency: module[a,b,testing]

Related T1454

Details

Provenance
ardumontAuthored on Jan 7 2019, 11:37 AM
ardumontPushed on Jan 7 2019, 1:46 PM
Differential Revision
D883: bin/pip-swh-packages: Basic fix
Parents
rDENV03514f0be6f2: Add swh-docker-dev repository
Branches
Unknown
Tags
Unknown
Build Status
Buildable 3258
Build 4191: test-and-build