Skip to content

Commit 7e9af62

Browse files
committed
Remove incorrect warning
A HTML summary can be produced when generating
1 parent d19a995 commit 7e9af62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pytest_mpl/plugin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ def pytest_configure(config):
181181
if generate_dir is not None:
182182
if baseline_dir is not None:
183183
warnings.warn("Ignoring --mpl-baseline-path since --mpl-generate-path is set")
184-
if results_dir is not None and generate_dir is not None:
185-
warnings.warn("Ignoring --mpl-result-path since --mpl-generate-path is set")
186184

187185
if baseline_dir is not None and not baseline_dir.startswith(("https", "http")):
188186
baseline_dir = os.path.abspath(baseline_dir)

0 commit comments

Comments
 (0)