8000
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 fcd5bb1 commit 63a11faCopy full SHA for 63a11fa
pyproject.toml
@@ -291,3 +291,10 @@ ignore_messages = [
291
"No role entry for \"external+.*\".",
292
"Unknown interpreted text role \"external+.*\"."
293
]
294
+
295
+[tool.pytest.ini_options]
296
+# Because tests can be run from an installed copy, most of our Pytest
297
+# configuration is in the `pytest_configure` function in
298
+# `lib/matplotlib/testing/conftest.py`.
299
+minversion = "7.0"
300
+testpaths = ["lib"]
pytest.ini
0 commit comments