Dirk Mueller
672426525f
* Added official support for Python 3.12. * Python 3.7 is no longer supported. * qapp now sets up the QApplication instance with a command line argument like this QApplication([prog_name]) instead of using an empty list QApplication([]). Here prog_name is the name of the app which defaults to pytest-qt-app, but can be redefined in the pytest.ini file, see :ref:`qapp fixture<setting-qapp-name>`. Alternatively, the arguments that will be passed to QApplication can be defined explicitly using the qapp_args fixture. This means that the default behavior of the qapp_args fixture is now also changed accordingly: it now returns the list [prog_name] instead of an empty list. `@The-Compiler`_ for the PR. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-qt?expand=0&rev=23 |
||
---|---|---|
_multibuild | ||
.gitattributes | ||
.gitignore | ||
pytest-qt-4.3.1.tar.gz | ||
python-pytest-qt.changes | ||
python-pytest-qt.spec |