Florian Bruhin
Florian Bruhin
In #239, I added support for the C++ Qt modeltester, so that the Python implementation is only used when the C++ one from Qt is not available. Nowadays, the C++...
In `tests/test_wait_signal.py`, we have: ```python @pytest.mark.filterwarnings("ignore:qt_wait_signal_raising is deprecated") @pytest.mark.parametrize("configkey", ["qt_wait_signal_raising", "qt_default_raising"]) def test_raising_by_default_overridden(qtbot, testdir, configkey): ``` yet running pytest results in: ``` =============================== warnings summary =============================== tests/test_wait_signal.py::test_raising_by_default_overridden[qt_wait_signal_raising] /home/florian/proj/pytest-qt/.tox/py37-pyside6/lib/python3.7/site-packages/pytestqt/plugin.py:226: DeprecationWarning: qt_wait_signal_raising...
I recently updated to pytest 2.8 and noticed I got output which should be captured on stdout. This is during tests which launch a subprocess via `QProcess` which then does...
## Bug description With the config below (note the accidental mixture of `key` and `keys`), depending on the exact config (?), - either "Activating extension 'VSpaceCode.vspacecode' failed: Cannot read properties...
For [qutebrowser](https://github.com/The-Compiler/qutebrowser) I get this:  Not sure if there's much that can be done to actually improve the output, but I think a way to zoom in (or to...
I can see this question coming up a lot :wink: Possible solutions include: - Returning a helper object/function from the fixture - Adding a marker on the test and reading...
Thanks for this useful application! There's one thing which confuses me a bit though: On my Vivoactive 3 Music, the controls of this application seem to work like this: -...
From here: [objc – The PyObjC bridge — PyObjC - the Python to Objective-C bridge](https://pyobjc.readthedocs.io/en/latest/api/module-objc.html#objc.objc_object) Before:  After: 
See https://github.com/pypa/pip/pull/10771 - with that, we could probably make things faster, and also generate files with hashes: https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode
`build_release.py` should have the possibility to use Homebrew's (or possibly another system-wide) PyQt instead of the one from PyPI. At least when the stars align properly during a release*, this...