Re: [scikit-learn] Unable to run make test-coverage

2018-05-10 Thread Dylan Fernando
On Thu, May 10, 2018 at 5:22 PM, Joel Nothman wrote: > Do you have pytest-cov installed?​ > > ___ > scikit-learn mailing list > scikit-learn@python.org > https://mail.python.org/mailman/listinfo/scikit-learn > > Thanks, I installed it and it works now _

Re: [scikit-learn] Unable to run make test-coverage

2018-05-10 Thread Joel Nothman
Do you have pytest-cov installed?​ ___ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn

[scikit-learn] Unable to run make test-coverage

2018-05-10 Thread Dylan Fernando
Hi, I am unable to run make test-coverage. I get the error: rm -rf coverage .coverage pytest sklearn --showlocals -v --cov=sklearn --cov-report=html:coverage usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: --cov=sklearn --cov-report=html:coverag