Loading
Fix empty external tests
Description
If the list of external plugin tests is empty, tox -e pyXX-external will fail attempting to move a coverage file which doesn't exist.
Changes proposed in this merge request:
- If the list of external plugin tests is empty, tox -e pyXX-external will fail attempting to move a coverage file which doesn't exist. Allow the offending mv command to fail.
Edited by Phil Dawson