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

Various minor improvements before releasing version 3.3.1+ #1087

Merged
merged 6 commits into from
Aug 18, 2024

Conversation

rbarrois
Copy link
Member

No description provided.

Avoid broad `except AttributeError`.
Most of those warnings are no longer an issue with current dependency
versions.
@rbarrois rbarrois force-pushed the fixup-3.3.1 branch 3 times, most recently from 35e4f9d to 4c59abf Compare August 18, 2024 17:07
factory_boy never interacts with the database directly; all access is
mediated through mature ORMs (Django, SQLAlchemy).

Any difference in behaviour regarding the databases would have to be
handled by those ORMs, not on our level.

This reduces the size of the test matrix, and simplifies the test setup
code.

See: #1077
Upstream support has been dropped in April 2024.
@rbarrois rbarrois merged commit a7d06b9 into master Aug 18, 2024
10 checks passed
@rbarrois rbarrois deleted the fixup-3.3.1 branch August 18, 2024 17:23
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.

1 participant