chore: modernize packaging#15
Merged
Merged
Conversation
- Add support for Python 3.14. - Drop support for Python 3.9. - Adopt 'src/' / 'tests/unit' layout. - Remove running tests inside 'docs' build. - Drop 'pkg_resources' namespace declaration. - Drop runtime use of 'pkg_resources' for parsing retryables.
- Replace conditional imports w/ 'importlib.util.find_spec' - Import stdlib modules at testcase module scope. - Import 'repoze.retry' at testcase module scope: use it to find the exception types, versus the now-removed 'CEBase' testcase class, as well as the 'Retry' class itself. - Rename helpers for clarity. - Replace 'unittest'-style assertions with 'assert'; 'self.assertRaises' with 'pytest.raises'. - Remove testcase classes; replace class-level factories with fixtures. - Use 'mock.Mock' for fixtures, versus hand-rolls. - Lint tests to 'ruff check' standards.
... using 'ruff format'
Even though they don't get alled, the 'wsgiref.validator' asserts if they aren't present.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.