8000 Merge pull request #16944 from tacaswell/tst_update_junit_schema · matplotlib/matplotlib@eefd54f · GitHub
[go: up one dir, main page]

Skip to content

Commit eefd54f

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/matplotlib/testing/conftest.py

Lines 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

Lines 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