Burak Arslan
Burak Arslan
It's been some time since I looked at the xml schema spec so please correct me if I'm wrong here. `xsd:choice` was implemented that way because there can be multiple...
@felixcheruiyot what do you think about this patch? does it solve your problems?
The new branch for this patch is here: https://github.com/arskom/spyne/tree/django-custom-url This seems to break a lot of django tests. Please fix them and let me know
fyi: https://travis-ci.org/arskom/spyne/jobs/165540568
Thanks! You can create a new pull request (for this branch instead of master) so the tests run for your commits as well.
sure but it's a lot of work just for cosmetic reasons. we'll see.
I can't reproduce this locally with 2.3.15 code. This is probably due to a patch in debian sid's msgpack package. 21c80ddc ought to fix this nevertheless.
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...
35edacdec5b4c63896eafd37f6648e4484fd9f1e (master) and da03ccef1de503d36c75cacb97cc0673787509a9 (2.13) should fix this would it be possible to test the latest patches before committing to a release?
:frowning_face: 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.