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:
Florian Bruhin 2016-01-08 09:38:29 +01:00
parent eebed7a5a7
commit a0a6b488e6

View File

@ -33,7 +33,7 @@ deps =
pytest-faulthandler==1.3.0
pytest-html==1.7
pytest-mock==0.9.0
pytest-qt==1.10.0
pytest-qt==1.11.0
pytest-sugar==0.5.1
pytest-travis-fold==1.2.0
pytest-repeat==0.2