HomeSoftware Heritage

Make the main py3 tox environment an alias/merge of other test environments

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

Description

Make the main py3 tox environment an alias/merge of other test environments

Having tox call tox is a bit weird, but the alternatives are:

  • duplication of the test command, which is a bit sad
  • replacing all the positive factors with conjunction of negative factors, e.g. core -> !db-!server, which makes the logic painful to follow

One day, tox will have environment aliases which will make this horror moot :-)

(Idea pulled from a comment in https://github.com/tox-dev/tox/issues/427)

Details

Provenance
olasdAuthored on Nov 21 2019, 3:49 PM
olasdPushed on Nov 21 2019, 5:03 PM
Differential Revision
D2331: Make the main py3 tox environment an alias/merge of other test environments
Build Status
Buildable 9301
Build 13613: test-and-buildJenkins

Commit No Longer Exists

This commit no longer exists in the repository.