Petr Viktorin

Results 103 issues of Petr Viktorin

### Describe the bug The `toga_dummy` backend needs pytest, but doesn't list it as a dependency. ### Steps to reproduce 1. In a fresh venv, run `pip install toga-demo toga-dummy`...

bug

Recently, a missing `@skip_unless_symlink` was caught by a single buildbot -- `AMD64 Windows11 Refleaks`: https://github.com/python/cpython/issues/114107 Given that no-symlinks (i.e. “developer mode” disabled) is the default on Widows, we should probably...

See: https://github.com/python/cpython/pull/94849#issuecomment-1184431076 As the buildbot results are coming in, I get 40+ e-mails & mentions with the same message.

There seems to be general consensus that [diátaxis](https://diataxis.fr) is a great theoretical model for structuring documentation. However, using it – restructuring Python's docs – is a monumental task that needs...

task
doc:styleguide

(This was discussed at one of the meetings, filing an issue so it isn't forgotten.) Any kind of reorganization can break existing URLs. Ideally any breakage is intentional rather than...

(Idea from Scott Shawcroft at the 2021 Language Summit.)

enhancement

> Should this module be private or should importing from `importlib_resources.functional` be allowed? Your call :) Fixes: #305

A newly created beta branch needs a backport of https://github.com/python/cpython/issues/87891