Skip to content

Commit c512c3c

Browse files
committed
fix: add __init__.py and conftest to benchmarks dir for CI compatibility
1 parent 920f338 commit c512c3c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

test_unstructured/benchmarks/__init__.py

Whitespace-only changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
collect_ignore_glob = []
2+
3+
try:
4+
import pytest_benchmark # noqa: F401
5+
except ImportError:
6+
collect_ignore_glob.append("test_benchmark_*.py")

0 commit comments

Comments
 (0)