Thanks to visit codestin.com Credit goes to github.com
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.
2 parents fcd5bb1 + 63a11fa commit e501543Copy full SHA for e501543
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