Closed alisterburt closed 2 years ago
Are you installing the test dependencies? The --cov
flag is added by the pytest-cov
package.
https://github.com/dask-contrib/dask-ctl/blob/main/requirements-test.txt
missed that file, my bad!
Be sure to checkout the contributing docs as that covers linting and testing.
When running pytest locally I get
this PR solves the issue for me but might break anything you do with the coverage results
I'm also not sure why this runs on CI/for you but not for me...