8000 move pytest configs from .ini to.toml · matplotlib/matplotlib@63a11fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 63a11fa

Browse files
story645QuLogic
andcommitted
move pytest configs from .ini to.toml
remove configs that are now defaults Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent fcd5bb1 commit 63a11fa

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
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

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0