File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed 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 --imoprtmode=imoprtlib due to pytest-dev/pytest#9681
3
+ addopts = --durations =10 -v -r a --color =yes --code-highlight =yes --strict-config --strict-markers --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