summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-10-01 14:25:59 +0200
committerholger krekel <holger@merlinux.eu>2013-10-01 14:25:59 +0200
commit446bcf44fb1934823eaccf989d89babb0d9daf14 (patch)
tree415edd04424380d1e02733fb461f917e0b7effca /doc
parent1db6fc87c73e9ef51f7e4f47af5a0a953c5f8cdf (diff)
downloadpytest-446bcf44fb1934823eaccf989d89babb0d9daf14.tar.gz
strike wrong yield_fixture paragraph
Diffstat (limited to 'doc')
-rw-r--r--doc/en/yieldfixture.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/en/yieldfixture.txt b/doc/en/yieldfixture.txt
index 585cbc175..f2978b728 100644
--- a/doc/en/yieldfixture.txt
+++ b/doc/en/yieldfixture.txt
@@ -119,13 +119,6 @@ However, there are also limitations or foreseeable irritations:
Others can start experimenting with writing yield-style fixtures
and possibly help evolving them further.
-Some developers also expressed their preference for
-rather introduce a new ``@pytest.yieldfixture`` decorator
-instead of a keyword argument, or for assuming the above
-yield-semantics automatically by introspecting if a fixture
-function is a generator. Depending on more experiences and
-feedback during the 2.4 cycle, we revisit theses issues.
-
If you want to feedback or participate in the ongoing
discussion, please join our :ref:`contact channels`.
you are most welcome.