File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 17
17
test :
18
18
name : Test ${{ matrix.os }} Python ${{ matrix.python-version }} conda=${{ matrix.use-conda }}
19
19
runs-on : ${{ matrix.os }}
20
- timeout-minutes : 15
20
+ timeout-minutes : 20
21
21
defaults :
22
22
run :
23
23
shell : ${{ matrix.special-invocation }}bash -l {0}
Original file line number Diff line number Diff line change 1
- include AUTHORS.md
2
- include CHANGELOG.md
3
- include LICENSE.txt
4
- include README.md
5
- include SECURITY.md
1
+ include AUTHORS*
2
+ include CHANGELOG*
3
+ include LICENSE*
4
+ include README*
5
+ include SECURITY*
6
+ include pytest.ini
6
7
recursive-include qtpy/tests *.py *.ui
Original file line number Diff line number Diff line change 1
1
[pytest]
2
- addopts = --durations =10 -v -r a --color =yes --code-highlight =yes --strict-config --strict-markers --import-mode =importlib --maxfail 10 --cov =qtpy --cov-report =term-missing
2
+ # Temporarily remove --importmode=imoprtlib due to pytest-dev/pytest#9681
3
+ addopts = --durations =10 -v -r a --color =yes --code-highlight =yes --strict-config --strict-markers --importmode =imoprtlib --maxfail 10 --cov =qtpy --cov-report =term-missing
3
4
empty_parameter_set_mark = fail_at_collect
4
5
filterwarnings =
5
6
error
You can’t perform that action at this time.
0 commit comments