iot-lab/cli-tools

testing: changes in tox

Closed this issue · 1 comments

Responsible for the drop in coverage, but for more recent versions of tox

TOXENV="py27-tests,coverage_upload,py27-tools,coverage_upload,py27-lint,cli" (note the duplicate coverage_upload) will not result in two runs of the coverage_upload.

Bisecting, with tox version 3.5.2 I have the good behavior (duplicated test steps), and in version 3.14.0 the duplicated steps are not run.

I posted about this issue in tox, seems to me to be a tox bug. I think I'll rewrite tox.ini so that coverage_upload is done differently