Files
pytest2/testing/pytest/dist/conftest.py
holger krekel 1f29529a24 * don't add distributed command line options when 'execnet' is not
installed, report a nice message.

* fix tests and code to work with non-existing execnet

* point execnet doc to the new package

--HG--
branch : trunk
2009-10-02 22:29:22 +02:00

5 lines
71 B
Python

try:
import execnet
except ImportError:
collect_ignore = ['.']