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

Resolve two test suite failures #320

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kurtmckee
Copy link

@kurtmckee kurtmckee commented Nov 24, 2024

This PR resolves two test suite failures (recent CI example):

  • Unused imports in test_files.py
  • Formatting in test_functional.py

This is a purely mechanical change introduced by running pre-commit run -a.


I tested locally against Python 3.9+ by introducing a tox envlist and then running tox to confirm the failures were resolved:

[tox]
envlist =
	py{3.13, 3.12, 3.11, 3.10, 3.9}

If this tox change is desirable in general, let me know and I'll submit an additional PR so that local test suite runs exercise all supported CPython versions.

This is a purely mechanical change introduced by `pre-commit run -a`.

* Unused imports in `test_files.py`
* Formatting in `test_functional.py`
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