Skip to content

Commit e501543

Browse files
authored
Merge pull request #27094 from story645/pytest
MNT: move pytest.ini configs to .toml
2 parents fcd5bb1 + 63a11fa commit e501543

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,10 @@ ignore_messages = [
291291
"No role entry for \"external+.*\".",
292292
"Unknown interpreted text role \"external+.*\"."
293293
]
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

-12
This file was deleted.

0 commit comments

Comments
 (0)