Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 63a11fa

Browse filesBrowse 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
Copy full SHA for 63a11fa

File tree

Expand file treeCollapse file tree

2 files changed

+7
-12
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-12
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+7Lines 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

Copy file name to clipboardExpand all lines: pytest.ini
-12Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.