TW

Results 444 issues of TW

``` 16:32:32.8376334Z =================================== FAILURES =================================== 2025-11-07T16:32:32.8377185Z ______________________ test_basic_functionality[archiver] ______________________ 2025-11-07T16:32:32.8378433Z 2025-11-07T16:32:32.8379109Z archivers = 'archiver' 2025-11-07T16:32:32.8379804Z request = 2025-11-07T16:32:32.8380506Z 2025-11-07T16:32:32.8380797Z def test_basic_functionality(archivers, request): 2025-11-07T16:32:32.8381411Z archiver = request.getfixturevalue(archivers) 2025-11-07T16:32:32.8382001Z if archiver.EXE: 2025-11-07T16:32:32.8382836Z...

help wanted
testsuite
os: other

One nice to have item from https://www.bestpractices.dev/en/projects/271 (`warnings_strict`) would be to enable more warnings. What can we do on the Python, Cython, C level?

help wanted
security

Just added some cleanup code into some `test_create_*` tests, see #8980. Maybe this can be solved better within the testing framework, so that temporary borg repositories and caches, input data,...

testsuite

- [X] I have already searched the issue queue for my error message or symptom ## Details about your operating system Operating system: OnionShare on Windows 10 22H2, Tor Browser...

## Issue with right clicks See there: https://bugzilla.proxmox.com/show_bug.cgi?id=6515 I suspect it is related to #1919 or #1921 and the changed code wasn't tested on macOS safari and firefox. The left...

bug
notourbug

``` % lektor" --project "my.lektorproject" server -f webpack env/lib/python3.13/site-packages/lektor/cli.py:9: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain...

Previously, the `Bash.test` helper did not capture stdout or stderr, causing them to be None. This meant that the assertion `not stdout` was always true (vacuously), and if a test...

and as it is invoked via pre-commit, that's quite annoying and blocking all commits because flake8 crashes.

Even with AI help, it is somehow painful to write completion code, e.g. for CLI option values - especially if their spec/type is non-trivial. Guess shtab's audience is primarily python...