Skip to content

Commit 9187713

Browse files
committed
Update pytest-mpl to 0.18.0
1 parent c86706e commit 9187713

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

continuous-integration/requirements-3.12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pytest==9.0.1
184184
# pytest-mpl
185185
pytest-cov==7.0.0
186186
# via emsarray (pyproject.toml)
187-
pytest-mpl==0.17.0
187+
pytest-mpl==0.18.0
188188
# via emsarray (pyproject.toml)
189189
python-dateutil==2.9.0.post0
190190
# via

continuous-integration/requirements-3.13.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pytest==9.0.1
184184
# pytest-mpl
185185
pytest-cov==7.0.0
186186
# via emsarray (pyproject.toml)
187-
pytest-mpl==0.17.0
187+
pytest-mpl==0.18.0
188188
# via emsarray (pyproject.toml)
189189
python-dateutil==2.9.0.post0
190190
# via

continuous-integration/requirements-3.14.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pytest==9.0.1
184184
# pytest-mpl
185185
pytest-cov==7.0.0
186186
# via emsarray (pyproject.toml)
187-
pytest-mpl==0.17.0
187+
pytest-mpl==0.18.0
188188
# via emsarray (pyproject.toml)
189189
python-dateutil==2.9.0.post0
190190
# via

pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ where = ["src"]
8989
mypkg = ["py.typed"]
9090

9191
[tool.pytest.ini_options]
92-
addopts = [
93-
# TODO Work around till the mpl-baseline-path ini option is included in the
94-
# next pytest-mpl release.
95-
"--mpl-baseline-path", "tests/baseline_images",
96-
]
97-
9892
testpaths = ["tests"]
9993
filterwarnings = [
10094
"error",
@@ -106,9 +100,7 @@ markers = [
106100
]
107101

108102
mpl-use-full-test-name = true
109-
# TODO This option will be included in the next version of pytest-mpl.
110-
# Till then, it is added using addopts above
111-
# mpl-baseline-path = "tests/baseline_images"
103+
mpl-baseline-path = "tests/baseline_images"
112104

113105
[tool.mypy]
114106
python_version = "3.12"

0 commit comments

Comments
 (0)