Skip to content

Commit

Permalink
changelog/
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Nov 19, 2018
1 parent 1896bad commit 0b8c551
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/3079.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove support for yield tests - they are fundamentally broken since collection and test execution were separated.
1 change: 1 addition & 0 deletions changelog/3616.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove the informally deprecated compat properties for node.Class/Function/Module - use pytest... now.
2 changes: 1 addition & 1 deletion src/_pytest/deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"yield tests are deprecated, and scheduled to be removed in pytest 4.0"
)

YIELD_TESTS = "yield tests where removed in pytest 4.0 - {name} will be ignored"
YIELD_TESTS = "yield tests were removed in pytest 4.0 - {name} will be ignored"

CACHED_SETUP = RemovedInPytest4Warning(
"cached_setup is deprecated and will be removed in a future release. "
Expand Down

0 comments on commit 0b8c551

Please sign in to comment.