HomeSoftware Heritage

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

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

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
Build Status
Buildable 3258
Build 4191: test-and-build

Commit No Longer Exists

This commit no longer exists in the repository.