We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19a995 commit 7e9af62Copy full SHA for 7e9af62
pytest_mpl/plugin.py
@@ -181,8 +181,6 @@ def pytest_configure(config):
181
if generate_dir is not None:
182
if baseline_dir is not None:
183
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")
186
187
if baseline_dir is not None and not baseline_dir.startswith(("https", "http")):
188
baseline_dir = os.path.abspath(baseline_dir)
0 commit comments