We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c28746 commit 3bc3aa4Copy full SHA for 3bc3aa4
dev_tools/requirements/deps/pytest.txt
@@ -2,6 +2,7 @@
2
3
pytest
4
pytest-asyncio
5
+pytest-benchmark
6
pytest-cov
7
pytest-randomly
8
coverage~=7.4
pyproject.toml
@@ -126,6 +126,7 @@ ignore_missing_imports = true
126
127
128
[tool.pytest.ini_options]
129
+addopts = ["--benchmark-disable"]
130
filterwarnings = [
131
"ignore:Matplotlib is currently using agg:UserWarning",
132
"ignore:FigureCanvasAgg is non-interactive.*cannot be shown:UserWarning",
0 commit comments