Skip to content

Instantly share code, notes, and snippets.

@hpk42
Created November 20, 2013 14:41
Show Gist options
  • Save hpk42/7564261 to your computer and use it in GitHub Desktop.
Save hpk42/7564261 to your computer and use it in GitHub Desktop.
(py33)hpk@teta:/tmp/test_gen0$ python mypytest.py -n1 test_x.py
============================= test session starts ==============================
platform linux -- Python 3.3.2 -- pytest-2.4.3.dev2
plugins: xdist, instafail, capturelog, cache
gw0 C[gw0] node down: Traceback (most recent call last):
File "/home/hpk/venv/py33/local/lib/python3.3/site-packages/execnet/gateway_base.py", line 800, in executetask
do_exec(co, loc)
File "<string>", line 1, in do_exec
File "<remote exec>", line 139, in <module>
File "<remote exec>", line 117, in remote_initconfig
AttributeError: type object 'Config' has no attribute 'fromdictargs'
=============================== in 0.16 seconds ===============================
(py33)hpk@teta:/tmp/test_gen0$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment