Skip to content

chore: modernize#462

Merged
miketheman merged 7 commits intomainfrom
miketheman/modernization
Apr 5, 2026
Merged

chore: modernize#462
miketheman merged 7 commits intomainfrom
miketheman/modernization

Conversation

@miketheman
Copy link
Copy Markdown
Owner

No description provided.

miketheman and others added 7 commits April 5, 2026 18:44
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
Since the minimum supported Python is now 3.10, the try/except
ImportError fallback to urllib2 is dead code.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Positional args for assert_outcomes are deprecated in modern pytest.
Switch all calls to use keyword arguments for readability.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
testdir is a deprecated compat shim in pytest. pytester is the modern
replacement, available since pytest 7.0 (our minimum version).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Consistent with the same pattern used in tests/conftest.py.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@miketheman miketheman added chore General maintenance items dependencies Pull requests that update a dependency file python Pull requests that update Python code github_actions Pull requests that update GitHub Actions code labels Apr 5, 2026
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@miketheman miketheman merged commit f8ad7ab into main Apr 5, 2026
24 checks passed
@miketheman miketheman deleted the miketheman/modernization branch April 5, 2026 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore General maintenance items dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants