File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,4 @@ def pytest_addoption(parser):
194
194
def pytest_configure (config ):
195
195
pytest .inlineCallbacks = inlineCallbacks
196
196
pytest .blockon = blockon
197
- pytest .async_yield = async_yield
198
- pytest .async_await = async_await
199
197
reactor_installers [config .getoption ("reactor" )]()
Original file line number Diff line number Diff line change @@ -58,14 +58,6 @@ def test_blockon_in_pytest():
58
58
assert hasattr (pytest , 'blockon' )
59
59
60
60
61
- def test_async_yield_in_pytest ():
62
- assert hasattr (pytest , 'async_yield' )
63
-
64
-
65
- def test_async_await_in_pytest ():
66
- assert hasattr (pytest , 'async_await' )
67
-
68
-
69
61
def test_async_yield_is_inlineCallbacks ():
70
62
assert pytest_twisted .async_yield is pytest_twisted .inlineCallbacks
71
63
You can’t perform that action at this time.
0 commit comments