Created
November 20, 2013 14:41
-
-
Save hpk42/7564261 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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