Skip to content

Commit 4ba100c

Browse files
committed
.
1 parent 576fea9 commit 4ba100c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def read_flush(self):
337337
@pytest.fixture(
338338
scope="session",
339339
params=[None, "gevent"],
340-
ids=("threads",),
340+
ids=("threads", "gevent"),
341341
)
342342
def maybe_monkeypatched_threading(request):
343343
if request.param == "gevent":

0 commit comments

Comments
 (0)