--result-json does not respect --skip-missing-interpreters-option #672
Labels
area:reporting
bug:normal
affects many people or has quite an impact
level:easy
rought estimate that this might be quite easy to implement
When executing tox with --result-json and --skip-missing-interpreters-option, the latter seems not to be reflected in the generated json file. Please find the sample project attached below:
missing_interpreters.tar.gz
To reproduce the issue simply invoke:
tox --skip-missing-interpreters --result-json toxreport.json
Tox main process exits with return code 0, but in toxreport.json file user can see the following:
In my opinion retcode here should be changed to 0 if --skip-missing-interpreters option is explicitly used.
The text was updated successfully, but these errors were encountered: