You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove support for yield tests - they are fundamentally broken since collection and test execution were separated.
1
+
Remove support for yield tests - they are fundamentally broken because they don't support fixtures properly since collection and test execution were separated.
2
+
3
+
See our `docs <https://docs.pytest.org/en/latest/deprecations.html#yield-tests>`__ on information on how to update your code.
Remove the deprecated compat properties for node.Class/Function/Module - use pytest... now.
1
+
Remove the deprecated compat properties for ``node.Class/Function/Module`` - use ``pytest.Class/Function/Module`` now.
2
+
3
+
See our `docs <https://docs.pytest.org/en/latest/deprecations.html#internal-classes-accessed-through-node>`__ on information on how to update your code.
0 commit comments