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 eefd54f

Browse filesBrowse files
authored
Merge pull request #16944 from tacaswell/tst_update_junit_schema
TST: update default junit_family
2 parents 1bf9ea5 + e917370 commit eefd54f
Copy full SHA for eefd54f

File tree

Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed

‎lib/matplotlib/testing/conftest.py

Copy file name to clipboardExpand all lines: lib/matplotlib/testing/conftest.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
def pytest_configure(config):
88
# config is initialized here rather than in pytest.ini so that `pytest
99
# --pyargs matplotlib` (which would not find pytest.ini) works. The only
10-
# entries in pytest.ini set minversion (which is checked earlier) and
11-
# testpaths/python_files, as they are required to properly find the tests.
10+
# entries in pytest.ini set minversion (which is checked earlier),
11+
# testpaths/python_files, as they are required to properly find the tests
1212
for key, value in [
1313
("markers", "flaky: (Provided by pytest-rerunfailures.)"),
1414
("markers", "timeout: (Provided by pytest-timeout.)"),

‎pytest.ini

Copy file name to clipboardExpand all lines: pytest.ini
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ minversion = 3.6
44

55
testpaths = lib
66
python_files = test_*.py
7+
junit_family = xunit2

0 commit comments

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