Skip to content

Conversation

@StanFromIreland
Copy link
Member

No description provided.

@StanFromIreland StanFromIreland linked an issue Nov 15, 2025 that may be closed by this pull request
@StanFromIreland StanFromIreland changed the title Stop requiring pytest-subtests, it has been incorporated into pytest. Stop requiring pytest-subtests for python>3.9, it has been incorporated into pytest Nov 15, 2025
@StanFromIreland StanFromIreland marked this pull request as ready for review November 15, 2025 19:33
@StanFromIreland
Copy link
Member Author

StanFromIreland commented Nov 15, 2025

The pytest versions with incorporated pytest-subtest do not support versions later than 3.10, so we have to keep pytest-subtest for 3.8 and 3.9.

@mtelka
Copy link

mtelka commented Nov 15, 2025

Maybe something like this should be added too:

pytest >= 9; python_version >= 3.10

Just to make sure you really do have the subtests plugin on Python >= 3.10.

@pganssle pganssle merged commit 9b58dd1 into python:master Nov 17, 2025
30 checks passed
@StanFromIreland StanFromIreland deleted the rem-pytest-subtests branch November 17, 2025 16:24
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-subtests is deprecated

3 participants