Hi Joel,

I see to you are using conda, and while that should not be a problem, could
you try the same using a fresh pytest install from PyPI for comparison?

python -m venv env
source ./env/bin/activate
pip install pytest

On Wed, Mar 8, 2017, 03:27 Joel Nothman <[email protected]> wrote:

> Thanks for the quick reply, Florian,
>
> Yes, this helps. Overhead is reduced to 0.7s if I disable both plugins.
>
> Keeping cov only takes about 2s.
>
> Keeping mpl only takes about 7s.
>
> Neither of these seems satisfactory, frankly, but I'll go take up my issue
> with pytest_mpl.
>
>
> On 8 March 2017 at 17:14, Florian Bruhin <[email protected]> wrote:
>
> Hey,
>
> * Joel Nothman <[email protected]> [2017-03-08 17:10:48 +1100]:
> > plugins: mpl-0.7, cov-2.4.0
>
> Can you try if uninstalling those (or perhaps starting
> with "-p no:mpl no:cov") helps?
>
> Florian
>
> --
> http://www.the-compiler.org | [email protected] (Mail/XMPP)
>    GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
>          I love long mails! | http://email.is-not-s.ms/
>
>
> _______________________________________________
> pytest-dev mailing list
> [email protected]
> https://mail.python.org/mailman/listinfo/pytest-dev
>
_______________________________________________
pytest-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to