Skip to content

Commit 0b23fc5

Browse files
committed
spelling
1 parent 457f2f7 commit 0b23fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pytest_conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ def pytest_collection_modifyitems(items, config):
1010
default_marker = "default_async"
1111
else:
1212
default_marker = "default"
13-
markers = [m for m in item.iter_markes() if m not in overlap_markers]
13+
markers = [m for m in item.iter_markers() if m not in overlap_markers]
1414
if not markers:
1515
item.add_marker(default_marker)

0 commit comments

Comments
 (0)