Skip to content

Commit 7fcb132

Browse files
committed
Link to #56 for later expansion of fixture scope support
1 parent 1c89ee2 commit 7fcb132

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest_twisted.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ def fixture(*args, **kwargs):
183183
# https://docs.pytest.org/en/latest/reference.html#pytest-fixture-api
184184
# then remove this and update docs, or maybe keep it around
185185
# in case new options come in without support?
186+
#
187+
# https://github.com/pytest-dev/pytest-twisted/issues/56
186188
raise AsyncFixtureUnsupportedScopeError.from_scope(scope=scope)
187189

188190
def decorator(f):

0 commit comments

Comments
 (0)