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: allow pytest opts to be a string #468

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Conversation

henryiii
Copy link
Collaborator

@henryiii henryiii commented Aug 8, 2024

Fix #465 by allowing this to be a string. Pytest just transforms arrays into strings (same way cibuildwheel works, actually), so either is supported; reflect this in the check. The other checks look fine, and should support a string due to the way in works.

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
@henryiii henryiii merged commit 0dd0032 into main Aug 8, 2024
16 checks passed
@henryiii henryiii deleted the henryiii/fix/pyteststr branch August 8, 2024 20:50
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.

[FYI] Pytest have "weak recommendation" on addopts to be a string
1 participant