-
Notifications
You must be signed in to change notification settings - Fork 315
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
msgpack 1.0.0 error #648
Comments
I can't reproduce this locally with 2.3.15 code. This is probably due to a patch in debian sid's msgpack package. 21c80dd ought to fix this nevertheless. |
It is caused by the newer msgpack version 1.0.0 in sid. There are no patches involved but that version has some breaking changes. I think you can work around that by following the 1.0.0 update advise. |
Ah, thanks for letting me know about that. The msgpack package in PyPI seems to have changed names as well, that's why Spyne CI did not catch anything. I'll fix this and release 2.13.16 as soon as possible. |
sure, I will give it a try. should take ~15min |
|
Can you refer me to a document that explains how to set up this testing environment? Spyne test suite is as green as it gets. |
The error that I posted is from a Debian sid which has all of the spyne package's Build-Dependencies installed. |
TestMessagePackServer.test_roundtrip_deferred triggers the same error. |
debian sid test using spyne test scripts worked, switched to debian packages. this works as well save for missing packages.
If you cannot reproduce the issue I suggest to release anyway. The Debian package does not have too many users and most of them do not use msgpack with it, I guess. But they will need the other Python 3 compatibility changes. |
Sorry about the late reply I did reproduce the bug but it gets weirder. The errors appear only when the test suite is run with
and not the official (ie I'll nevertheless push a release as soon as I can manage. |
Seems I totally forgot to post an update here. 2.13.16 was released on Nov 23rd that contains fixes made so far. I'll finalize this as soon as I have time. |
Running the tests with Python 3.9 gives:
See also https://bugs.debian.org/973211
The text was updated successfully, but these errors were encountered: