Skip to content

MAINT: fix the "unvectorized" pytest mark to work for test methods of test classes#422

Merged
ev-br merged 1 commit intodata-apis:masterfrom
ev-br:unvectorized_decorator_in_test_classes
Feb 9, 2026
Merged

MAINT: fix the "unvectorized" pytest mark to work for test methods of test classes#422
ev-br merged 1 commit intodata-apis:masterfrom
ev-br:unvectorized_decorator_in_test_classes

Conversation

@ev-br
Copy link
Member

@ev-br ev-br commented Feb 9, 2026

This follows the recommendation from https://groups.google.com/g/hypothesis-users/c/6K6WPR5knAs. Previous iterations of this fix (which led to me asking upstream) were helped by Copilot.

fixes gh-415

… test classes

This follows the recommendation from https://groups.google.com/g/hypothesis-users/c/6K6WPR5knAs.
Previous iterations of this fix (which led to me asking upstream) were helped by Copilot.
@ev-br ev-br merged commit 5d5b55a into data-apis:master Feb 9, 2026
5 checks passed
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.

@pytest.mark.unvectorized breaks when a test function is a part of a TestClass

1 participant