Florian Bruhin

Results 379 issues of 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...

bug

For [qutebrowser](https://github.com/The-Compiler/qutebrowser) I get this: ![2016-06-30-201940_1366x768_scrot](https://cloud.githubusercontent.com/assets/625793/16499322/1f57338e-3f00-11e6-9919-d8cea67ab3e6.png) 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...

help wanted
content

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: ![image](https://user-images.githubusercontent.com/625793/186180871-5e13c2c3-4ee7-47f1-ae36-f6b45b8d3034.png) After: ![image](https://user-images.githubusercontent.com/625793/186181745-8b5aca9a-3362-4770-8a53-718444c470b9.png)

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

component: infrastructure
priority: 2 - low

`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...

component: infrastructure
priority: 2 - low
os: macOS