[pytest-dev] Slow startup

Bruno Oliveira nicoddemus at gmail.com
Wed Mar 8 04:59:35 EST 2017


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 <joel.nothman at gmail.com> 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 <me at the-compiler.org> wrote:
>
> Hey,
>
> * Joel Nothman <joel.nothman at gmail.com> [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 | me at the-compiler.org (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
> pytest-dev at python.org
> https://mail.python.org/mailman/listinfo/pytest-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pytest-dev/attachments/20170308/f314d17b/attachment-0001.html>


More information about the pytest-dev mailing list