Skip to content

Commit 00b3b1d

Browse files
authored
Merge branch 'main' into update_matrix_3_12
2 parents 9073a0f + 5b1af47 commit 00b3b1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/test_basic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ def test_async_fixture(testdir, cmd_opts):
396396
scope="function",
397397
params=["fs", "imap", "web"],
398398
)
399-
@pytest.mark.redgreenblue
400399
async def foo(request):
401400
d1, d2 = defer.Deferred(), defer.Deferred()
402401
reactor.callLater(0.01, d1.callback, 1)

0 commit comments

Comments
 (0)