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

Fix CI test runner #52

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Fix CI test runner #52

merged 1 commit into from
Aug 8, 2024

Conversation

nateprewitt
Copy link
Member

This PR moves us off the tox runner to use pytest directly. We can also set up the support matrix to pass a -e parameter to tox to only invoke the correct environment, but that's a bit more involved. This PR will get the CI suite running correctly again so we can resolve #51. If someone is opinionated on keeping tox in the CI suite, we can address that in a follow up PR.

This also removed Python 3.7 from our support matrix since there is no longer a supported test runner in actions/setup-python.

@nateprewitt nateprewitt merged commit 94fe7e5 into main Aug 8, 2024
53 checks passed
@nateprewitt nateprewitt deleted the fix_ci branch August 8, 2024 16:53
@graingert
Copy link

Probably worth removing the 3.7 trove classifier

@nateprewitt
Copy link
Member Author

Good callout, we'll do that as part of dropping support in the release.

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.

2 participants