Deprecate self in class-scoped fixtures on base classes (#10819) (#14011)#14071
Merged
nicoddemus merged 6 commits intoMay 14, 2026
Merged
Conversation
yastcher
commented
Dec 28, 2025
Contributor
- closes Inherit fixture from baseclass with class scope fails #14011
- closes Fixture with scope=class and autouse=True is not executed from mother's test class #10819
yastcher
force-pushed
the
fix/14011-10819-correct-class-fixtures
branch
3 times, most recently
from
December 28, 2025 17:21
6c5967f to
9772d0c
Compare
yastcher
force-pushed
the
fix/14011-10819-correct-class-fixtures
branch
from
December 29, 2025 18:41
9772d0c to
acd357c
Compare
yastcher
force-pushed
the
fix/14011-10819-correct-class-fixtures
branch
from
January 12, 2026 02:25
acd357c to
ff1759c
Compare
yastcher
force-pushed
the
fix/14011-10819-correct-class-fixtures
branch
9 times, most recently
from
January 20, 2026 01:17
98b0e10 to
395b55c
Compare
yastcher
force-pushed
the
fix/14011-10819-correct-class-fixtures
branch
3 times, most recently
from
January 29, 2026 20:45
d8935c9 to
959c305
Compare
nicoddemus
requested changes
Jan 30, 2026
yastcher
force-pushed
the
fix/14011-10819-correct-class-fixtures
branch
from
January 30, 2026 18:46
959c305 to
1100ad2
Compare
yastcher
force-pushed
the
fix/14011-10819-correct-class-fixtures
branch
2 times, most recently
from
February 3, 2026 01:23
5cafff1 to
0f3894c
Compare
Member
|
Could you rephrase the PR title? It's rather vague. |
yastcher
force-pushed
the
fix/14011-10819-correct-class-fixtures
branch
from
February 3, 2026 15:35
0f3894c to
df2e44d
Compare
self in class-scoped fixtures on base classes (#10819) (#14011)
yastcher
force-pushed
the
fix/14011-10819-correct-class-fixtures
branch
2 times, most recently
from
February 10, 2026 19:15
cdc35a9 to
c03fb35
Compare
yastcher
force-pushed
the
fix/14011-10819-correct-class-fixtures
branch
from
February 10, 2026 19:16
c03fb35 to
15141ed
Compare
RonnyPfannschmidt
approved these changes
May 14, 2026
nicoddemus
approved these changes
May 14, 2026
nicoddemus
enabled auto-merge (squash)
May 14, 2026 13:22
Member
|
Thanks @yastcher and sorry for the delay! |
daria-hrabar
pushed a commit
to daria-hrabar/sdk
that referenced
this pull request
Jun 16, 2026
… `@classmethod`s (meltano#3676) SSIA, pytest-dev/pytest#14071 ## Summary by Sourcery Update built-in integration tests and related configuration to comply with pytest 9.1 class-scoped fixture requirements. Build: - Bump pytest testing dependency to >=9.1 and remove obsolete filterwarning for deprecated instance-method class-scoped fixtures. Tests: - Convert class-scoped fixtures in target CSV and Parquet integration tests to class methods and add type annotations for better compatibility with newer pytest versions. Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.