Skip to content

Commit 01e4e44

Browse files
committed
test
1 parent 30a7a68 commit 01e4e44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing/test_meta.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ def _modules():
1818
for _, n, _ in pkgutil.walk_packages(
1919
_pytest.__path__, prefix=_pytest.__name__ + "."
2020
)
21-
)
21+
) + [ # fmt: off
22+
"pytest.collect",
23+
] # fmt: on
2224

2325

2426
@pytest.mark.slow

0 commit comments

Comments
 (0)