File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 strategy :
4444 fail-fast : false
4545 matrix :
46- os : [ubuntu-latest, windows-latest, macos-latest ]
46+ os : [ubuntu-latest, windows-latest, macos-13 ]
4747 python-version : ['3.7', '3.11']
4848 use-conda : ['Yes', 'No']
4949 qt5-version-default : ['5.12']
8686 python-version : ' 3.11'
8787 use-conda : ' Yes'
8888 pyside6-version : 6.5 # Test upper bound
89- - os : macos-latest
89+ - os : macos-13
9090 python-version : ' 3.11'
9191 use-conda : ' No'
9292 pyqt6-version : 6.5 # Test upper bound
Original file line number Diff line number Diff line change 11[pytest]
2- addopts = --durations =10 -v -r a --color =yes --code-highlight =yes --strict-config --strict-markers --maxfail 10 --cov-report =term-missing
2+ addopts = --durations =10 -v -r a --color =yes --code-highlight =yes --strict-config --strict-markers --maxfail 10 --cov-report =term-missing -- cov-report =xml
33empty_parameter_set_mark = fail_at_collect
44filterwarnings =
55 error
You can’t perform that action at this time.
0 commit comments