🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)

Results 551 issues of 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)

This patch automatically loads `patch_ansible_module` fixture into pytest when running `ansible-test units`. It previously existed in `conftest.py` hence only available to tests of ansible/ansible itself. Now, third-party collections will be...

cloud
new_plugin
needs_rebase
test
docker
WIP
stale_ci
net_tools
support:core
docs
feature
docsite
remote_management
packaging
collection
has_issue
affects_2.10

##### SUMMARY $sbj. ##### ISSUE TYPE - Test Pull Request ##### COMPONENT NAME test/integration/targets/reboot ##### ADDITIONAL INFORMATION It wasn't possible to run this test in CI in the past before...

core_review
support:core
affects_2.14

It was never mentioned in the docs, and I keep forgetting that it's `.undo()` and not `.stopall()` or something... - [ ] Include documentation when adding new features. - [...

Comparing https://docs.pytest.org/en/4.6.x/ and https://docs.pytest.org/en/6.2.x/ I see that the latter almost exclusively uses _italic font style_. I haven't been able to check what caused such a change, though. So just documenting...

type: docs

While reading the docs, I noticed that in one place (in the fixture), `monkeypatch.undo()` is not wrapped with try/finally, but the CM method in the class, it is. It seems...

Hello, using `pkg_resources` in `gunicorn.util` causes a deprecation warning to be issued down the stack (it's coming from `sre_constants` imported py the vendored `pyparsing`). The use of `pkg_resources` has been...

#### What's the problem this feature will solve? PEP 518 [defines a `[build-system]` section with a `required = []` field](https://www.python.org/dev/peps/pep-0518/#build-system-table). But there is no way to tell PEP 517 build...

question
feature request
needs discussion
writer
pep-517
pyproject.toml

_UPD (Nov 30, 2023):_ I changed my mind, having understood the consequences and having gained a better understanding of the challenges this would present: * https://github.com/jazzband/pip-tools/issues/1326#issuecomment-1834517252 * https://github.com/jazzband/pip-tools/issues/826#issuecomment-1324127670 ---- Known...

question
feature
support
needs discussion