Florian Bruhin

Results 379 issues of Florian Bruhin

We've had a couple of related issue, but I couldn't find this specific case reported before. With the current git `main`: ``` platform linux -- Python 3.12.3, pytest-8.2.0.dev99+g1d322ffb4, pluggy-1.5.0 ```...

type: bug
topic: reporting
topic: rewrite

I started giving more and more pytest trainings recently, and noticed a confusion almost everyone stumbles over when using parametrize the first time. Many people accidentally write: ```python import pytest...

topic: parametrize

In #4826 (and earlier with `--strict`), we introduced warnings for *applying* unregistered marks, because otherwise something like: ```python @pytest.mark.sloww # sic! def test_slow(): pass ``` would be a silent failure,...

type: proposal
topic: marks

If we have a combination of new PDF.js (e.g. Archlinux package) but old QtWebEngine, qutebrowser should try to detect that and complain somehow. The related tests should also be skipped...

qt: 5.15

> Regarding the failure on windows Had another crack at this today but didn't get anywhere: * I don't think it's user impacting, it seems there is some situation where...

Currently we use a heuristic to find out whether editable elements are clicked. We might be able to hook into a [QInputMethodEvent](http://doc.qt.io/qt-5/qinputmethodevent.html) instead (though Qt 5.8 with QtWebEngine has some...

priority: 0 - high

If a test should do something different depending on whether a key is in `golden` or not: ```python import pytest @pytest.mark.golden_test("basic.yml") def test_bar(golden): if "exit_code" in golden: # ... pass...

A few minor problems I noticed when looking at fc154b5: - The commit removes `u` prefixes, presumably breaking Python 2 support - that's kinda to be expected, but the classifiers...

Follow-up to #12427 plus some more cleanups: - Mention `[email protected]` as mail point of contact (not live yet, hence why this is a draft PR) - Also add a list...

type: docs
backport 8.2.x
skip news

We have quite some history when it comes to link checks: - #1722 - #5613 - #5614 - #6612 - #6916 So we're currently not running link checking at all....

type: docs
good first issue
type: infrastructure