You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported by: Sebastian Pawluś (BitBucket: xando, GitHub: xando)
#!python
~/buildbot/slave/hippy_1/Linux64/build$ ../../../virtualenv/bin/py.test testing/ -n 5
platform linux2 -- Python 2.7.3 -- py-1.4.20 -- pytest-2.5.2
plugins: xdist
gw0 C / gw1 C / gw2 C / gw3 C / gw4 C[gw1] node down: Traceback (most recent call last):
File "/home/buildbot/buildbot/slave/virtualenv/local/lib/python2.7/site-packages/execnet/gateway_base.py", line 1029, in executetask
do_exec(co, loc) # noqa
File "<string>", line 1, in do_exec
File "<remote exec>", line 139, in <module>
File "<remote exec>", line 117, in remote_initconfig
File "/home/buildbot/buildbot/slave/virtualenv/local/lib/python2.7/site-packages/_pytest/config.py", line 646, in fromdictargs
pluginmanager = get_plugin_manager()
File "/home/buildbot/buildbot/slave/virtualenv/local/lib/python2.7/site-packages/_pytest/config.py", line 46, in get_plugin_manager
pluginmanager.import_plugin(spec)
File "/home/buildbot/buildbot/slave/virtualenv/local/lib/python2.7/site-packages/_pytest/core.py", line 230, in import_plugin
self.register(mod, modname)
File "/home/buildbot/buildbot/slave/virtualenv/local/lib/python2.7/site-packages/_pytest/core.py", line 99, in register
reg(plugin, name)
File "/home/buildbot/buildbot/slave/virtualenv/local/lib/python2.7/site-packages/_pytest/config.py", line 600, in _register_plugin
setns(pytest, dic)
File "/home/buildbot/buildbot/slave/virtualenv/local/lib/python2.7/site-packages/_pytest/config.py", line 859, in setns
obj.__all__.append(name)
AttributeError: 'module' object has no attribute '__all__'
other things installed along with pytest and pytest-xdist
Fixespytest-dev#448.
This diff makes us always write to the cache in normal mode, except
if the file is already in the cache, and it makes us write to the
cache in --check mode if the file is already well formatted.
I also fixed some related docstrings.
WriteBack.NO is now used only in tests.
Originally reported by: Sebastian Pawluś (BitBucket: xando, GitHub: xando)
other things installed along with pytest and pytest-xdist
The text was updated successfully, but these errors were encountered: