Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest release causes dump-error on some packages #214

Closed
CNDW opened this issue Aug 9, 2017 · 3 comments
Closed

Latest release causes dump-error on some packages #214

CNDW opened this issue Aug 9, 2017 · 3 comments
Assignees

Comments

@CNDW
Copy link

CNDW commented Aug 9, 2017

I am seeing the following error when running my testbed with the -n flag on py.test with xdist 1.19.0, downgrading to xdist 1.18.2 fixes the issue

_____________________________ ERROR collecting tests/unit/featureflag/test_pyrollout.py ______________________________
<remote exec>:102: in pytest_logwarning
    ???
<remote exec>:26: in sendevent
    ???
../../.virtualenvs/lead-pages/lib/python2.7/site-packages/execnet/gateway_base.py:717: in send
    self.gateway._send(Message.CHANNEL_DATA, self.id, dumps_internal(item))
../../.virtualenvs/lead-pages/lib/python2.7/site-packages/execnet/gateway_base.py:1354: in dumps_internal
    return _Serializer().save(obj)
../../.virtualenvs/lead-pages/lib/python2.7/site-packages/execnet/gateway_base.py:1372: in save
    self._save(obj)
../../.virtualenvs/lead-pages/lib/python2.7/site-packages/execnet/gateway_base.py:1390: in _save
    dispatch(self, obj)
../../.virtualenvs/lead-pages/lib/python2.7/site-packages/execnet/gateway_base.py:1475: in save_tuple
    self._save(item)
../../.virtualenvs/lead-pages/lib/python2.7/site-packages/execnet/gateway_base.py:1390: in _save
    dispatch(self, obj)
../../.virtualenvs/lead-pages/lib/python2.7/site-packages/execnet/gateway_base.py:1471: in save_dict
    self._write_setitem(key, value)
../../.virtualenvs/lead-pages/lib/python2.7/site-packages/execnet/gateway_base.py:1465: in _write_setitem
    self._save(value)
../../.virtualenvs/lead-pages/lib/python2.7/site-packages/execnet/gateway_base.py:1388: in _save
    raise DumpError("can't serialize %s" % (tp,))
E   DumpError: can't serialize <class 'py._path.local.LocalPath'>
@nicoddemus
Copy link
Member

Thanks @CNDW for the quick report!

@CNDW
Copy link
Author

CNDW commented Aug 10, 2017

thank you for the quick response!

@nicoddemus
Copy link
Member

1.19.1 has been released, thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants