We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920f338 commit c512c3cCopy full SHA for c512c3c
2 files changed
test_unstructured/benchmarks/__init__.py
test_unstructured/benchmarks/conftest.py
@@ -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