-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
add more docs on the fspath deprecation #8445
Comments
Since #8037 has gone in, this should probably be remilestoned to 7.0? CC @The-Compiler PS. The GH UI looks mighty confusing with renamed milestones: |
Fixed, thanks! |
Ahh no sorry, it should be removed from 7.0 but will be released in a future version. |
How so? It's already released, isn't it (based on the notice you link below)? Quoting from #8418 (which is what this issues was about):
|
Yeah, it sounds like this should be in 7.0. The fspath deprecation is in 7.0, so I suppose we should also have proper deprecation docs there. Let's add it for now and then look at it in detail later before the final release. |
It is not clear yet how we should proceed with this deprecation because `pytest.Item.reportinfo` is public API and returns a `py.path` object, and is not clear how plugins and our examples should handle that. Reverting just the deprecation aspect of pytest-dev#8251 so we can get a 7.0.0 release out. We will reintroduce the deprecation later once we have a clear path moving forward with replacing `reportinfo`. Closes pytest-dev#8445 Closes pytest-dev#8821
It is not clear yet how we should proceed with this deprecation because `pytest.Item.reportinfo` is public API and returns a `py.path` object, and is not clear how plugins and our examples should handle that. Reverting just the deprecation aspect of pytest-dev#8251 so we can get a 7.0.0 release out. We will reintroduce the deprecation later once we have a clear path moving forward with replacing `reportinfo`. Closes pytest-dev#8445 Closes pytest-dev#8821
It is not clear yet how we should proceed with this deprecation because `pytest.Item.reportinfo` is public API and returns a `py.path` object, and is not clear how plugins and our examples should handle that. Reverting just the deprecation aspect of pytest-dev#8251 so we can get a 7.0.0 release out. We will reintroduce the deprecation later once we have a clear path moving forward with replacing `reportinfo`. Closes pytest-dev#8445 Closes pytest-dev#8821
provide more help for testing and general code handling it
Originally posted by @RonnyPfannschmidt in #8418 (reply in thread)
The text was updated successfully, but these errors were encountered: