summaryrefslogtreecommitdiff
path: root/doc/en/deprecations.rst
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-04-17 16:05:43 +0300
committerRan Benita <ran@unusedvar.com>2020-04-24 18:54:46 +0300
commit907e29a47b666067af4e64eb694d71cf72f61591 (patch)
treef4c475ef6e90b8ceb5e0ac9a663b1b3130458f78 /doc/en/deprecations.rst
parent7d5f5a878598aaa7f3e100ef6a97bcd13c1b408d (diff)
downloadpytest-907e29a47b666067af4e64eb694d71cf72f61591.tar.gz
fixtures: deprecate pytest._fillfuncargs function
This function is exposed and kept alive for the oejskit plugin which is abandoned and no longer works with recent plugins, so let's prepare to completely remove it.
Diffstat (limited to 'doc/en/deprecations.rst')
-rw-r--r--doc/en/deprecations.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/en/deprecations.rst b/doc/en/deprecations.rst
index 13d59bce2..4d8177a54 100644
--- a/doc/en/deprecations.rst
+++ b/doc/en/deprecations.rst
@@ -20,6 +20,19 @@ Below is a complete list of all pytest features which are considered deprecated.
:ref:`standard warning filters <warnings>`.
+The ``pytest._fillfuncargs`` function
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. deprecated:: 5.5
+
+This function was kept for backward compatibility with an older plugin.
+
+It's functionality is not meant to be used directly, but if you must replace
+it, use `function._request._fillfixtures()` instead, though note this is not
+a public API and may break in the future.
+
+
+
``--no-print-logs`` command-line option
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~