You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run tests with coverage reports using pytest-cov. But pytest-cov plugin doesn't get registered in one of the cases and the tests fails with py.test: error: unrecognized arguments: --cov=splash
I am trying to run tests with coverage reports using
pytest-cov
. But pytest-cov plugin doesn't get registered in one of the cases and the tests fails withpy.test: error: unrecognized arguments: --cov=splash
Here's an example of a failing job.
Here's the travis config.
The text was updated successfully, but these errors were encountered: