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
5 lines
71 B
Python
5 lines
71 B
Python
try:
|
|
import execnet
|
|
except ImportError:
|
|
collect_ignore = ['.']
|