Supported Versions of Pytest & Deprecation #12253
Replies: 2 comments 2 replies
-
As far as I know, we only really officially support the latest release, there aren't any LTS branches. Note that pytest itself has not had a (known) security vulnerability so far. |
Beta Was this translation helpful? Give feedback.
-
Thank you for clarification! Any thoughts on which one makes sense from your perspective? Since we only support 3.7+ on the extension (because of the python community) maybe 7.1+? I want to give a little wiggle room as our users have a variety of constraints that make updating hard but I have struggled to support versions below 7 as this does come up a few times with people like this issue |
Beta Was this translation helpful? Give feedback.
-
What versions does the pytest team support? Similar to https://devguide.python.org/versions/ I am looking to find which version is the lowest compatible version that the pytest team maintains security fixes on.
I am asking since I manage testing support in the python for vscode extension and want to align our pytest support with what the community still supports. I tried looking on your docs but didn't find anything so if you have a place I should look for updates on this that would be very helpful too as I could check back in the future to update the extensions compatibility.
This came up for me because I am running into an issue with pytest 6.2.5 still having
pytest.Instance
while it is deprecated in pytest 7.0.0.Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions