Closed rjollos closed 7 years ago
Thanks for reporting this!
We could also (additionally) move the import of pytest into a try-except block.
Shouldn't this just follow pytest's integration docs?
I forgot about this. Thanks for the reminder, Radek. Your solution looks good to me. I'll implement it shortly.
When installing from tarball there is an
ImportError
exception due to import ofpytest
insetup.py
. Here is one way to reproduce:With
import pytest
insetup.py
, pytest would at least need to be included ininstall_requires
.