summaryrefslogtreecommitdiff
path: root/src/_pytest/deprecated.py
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-08-17 18:10:27 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2020-08-19 08:14:28 -0300
commitef946d557cc7b7f030805b94c1dbae51f39fcce4 (patch)
tree9741d0c233e32c4bfe83b7180bf7476e44c2b306 /src/_pytest/deprecated.py
parentb32c48ee0519f7469077ed9878bbc1d550660d78 (diff)
downloadpytest-ef946d557cc7b7f030805b94c1dbae51f39fcce4.tar.gz
Remove resultlog plugin
Diffstat (limited to 'src/_pytest/deprecated.py')
-rw-r--r--src/_pytest/deprecated.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/_pytest/deprecated.py b/src/_pytest/deprecated.py
index 500fbe2f8..ecdb60d37 100644
--- a/src/_pytest/deprecated.py
+++ b/src/_pytest/deprecated.py
@@ -25,12 +25,6 @@ FILLFUNCARGS = PytestDeprecationWarning(
"function._request._fillfixtures() instead if you cannot avoid reaching into internals."
)
-RESULT_LOG = PytestDeprecationWarning(
- "--result-log is deprecated, please try the new pytest-reportlog plugin.\n"
- "See https://docs.pytest.org/en/stable/deprecations.html#result-log-result-log for more information."
-)
-
-
PYTEST_COLLECT_MODULE = UnformattedWarning(
PytestDeprecationWarning,
"pytest.collect.{name} was moved to pytest.{name}\n"