File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
def pytest_configure (config ):
8
8
# config is initialized here rather than in pytest.ini so that `pytest
9
9
# --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
12
12
for key , value in [
13
13
("markers" , "flaky: (Provided by pytest-rerunfailures.)" ),
14
14
("markers" , "timeout: (Provided by pytest-timeout.)" ),
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ minversion = 3.6
4
4
5
5
testpaths = lib
6
6
python_files = test_*.py
7
+ junit_family = xunit2
You can’t perform that action at this time.
0 commit comments