tox: Update pytest-qt to 1.11.0.
- New qt_wait_signal_raising ini option can be used to override the default value of the raising parameter of the qtbot.waitSignal and qtbot.waitSignals functions when omitted: Calls which explicitly pass the raising parameter are not affected. - qtbot now has a new assertNotEmitted context manager which can be used to ensure the given signal is not emitted.
This commit is contained in:
parent
eebed7a5a7
commit
a0a6b488e6
2
tox.ini
2
tox.ini
@ -33,7 +33,7 @@ deps =
|
|||||||
pytest-faulthandler==1.3.0
|
pytest-faulthandler==1.3.0
|
||||||
pytest-html==1.7
|
pytest-html==1.7
|
||||||
pytest-mock==0.9.0
|
pytest-mock==0.9.0
|
||||||
pytest-qt==1.10.0
|
pytest-qt==1.11.0
|
||||||
pytest-sugar==0.5.1
|
pytest-sugar==0.5.1
|
||||||
pytest-travis-fold==1.2.0
|
pytest-travis-fold==1.2.0
|
||||||
pytest-repeat==0.2
|
pytest-repeat==0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user