-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support Pydantic <1.11, Test compatibility among supported Python and pydantic versions. #122
Conversation
@ThomasLaPiana, here's an initial sketch of a nox based test matrix for fideslang. Major downside here is that the lack of nox integration means enumerating our matrix in two places ( |
0d53121
to
660bdba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for this!
Closes #119
This is just a draft of setting up an initial test matrix
Code Changes
pydantic
pytest
for 3.10+ compatnoxfile.py
Steps to Confirm
nox
locallyPre-Merge Checklist
CHANGELOG.md
Description Of Changes
In order to be generally usable as a library,
fideslang
should do its best to test against varying Python versions and versions of libraries it depends on. Given thatpydantic
compatibility is relatively sensitive, this is the only library targeted in this effort.