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

Add python-3.10-dev to travis test matrix #193

Merged
merged 3 commits into from Mar 12, 2021

Conversation

mikelolasagasti
Copy link
Contributor

No description provided.

@dlax dlax self-requested a review March 11, 2021 16:03
dlax and others added 3 commits March 12, 2021 11:29
We drop the Deserializable mixin class and implement the deserialization
logic directly in test_activities.py. This involves less code, though
more specific, and should work around issues about python-attrs type
resolution on Python 3.10.
Since Python 3.10, repr() of Enum shows members in definition order so
it's hard to rely on this in doctests while testing with other Python
versions. Move those tests as unit tests and compare values instead of
repr().
@dlax dlax merged commit 7301869 into dalibo:master Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants