We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12adb41 commit 5f4c70cCopy full SHA for 5f4c70c
pyproject.toml
@@ -3,7 +3,7 @@ omit = ["*/tests/*", "*pygmt/__init__.py"]
3
4
[tool.pytest.ini_options]
5
minversion = "6.0"
6
-addopts = "--verbose --doctest-modules --mpl --mpl-results-path=results"
+addopts = "--verbose --durations=0 --durations-min=0.2 --doctest-modules --mpl --mpl-results-path=results"
7
8
[tool.isort]
9
profile = "black"
0 commit comments