pytest-cov package is required if you want to pass –cov arguments to pytest, by default it should not be passed though. Are you using a modified version of py.test?
pip install pytest-cov
would fix your issue.
pytest-cov package is required if you want to pass –cov arguments to pytest, by default it should not be passed though. Are you using a modified version of py.test?
pip install pytest-cov
would fix your issue.