The expression subprocess_in_dir('tox -...r(result.project)) == 0 does not seem to have sideeffects and its result is not used.
If a expression has no sideeffects (any lasting effect after it has been called) and its
return value is not used, this usually means that this code can be removed or that
an assignment is missing.