Roman Inflianskas

Results 111 issues of Roman Inflianskas

**Describe the bug** The AmneziaVPN client fails to connect to the server with an RSA 3072 key. The GUI displays `ErrorCode: 101. Internal error`, and in the console `failed to...

Fixes https://github.com/celery/kombu/issues/2051.

Python 3.13 is scheduled to be released on October 1, 2024: https://peps.python.org/pep-0719/#schedule. Fedora 41 will come with Python 3.13 and is in the process of rebuilding all Python packages: https://discuss.python.org/t/ongoing-packages-rebuild-with-python-3-13-in-fedora/38134....

To install pre-release versions, a requirement specifier should include pre-release version: https://pip.pypa.io/en/stable/cli/pip_install/#pre-release-versions ``` $ pip install 'cffi>=1.17' Defaulting to user installation because normal site-packages is not writeable ERROR: Ignored the...

Since pulling the Fedora Rawhide image from `registry.fedoraproject.org/fedora/rawhide` succeeds now, add support for the Fedora Rawhide version name by allowing `rawhide` to be passed as a release argument. Fixes: #646.

**Describe the bug** `test_read_write_serde_v2` fails because CRC do not match. See: https://koji.fedoraproject.org/koji/taskinfo?taskID=124232877 -> `build.log` or paste below: ``` if crc is not None: > assert reader.crc == crc E assert...

### Problem Statement As a Fedora packager I would like to have pytest to not have pin `< 7.0.0`, so that `python-sentry-sdk` could be tested in Fedora without workarounds. Also,...

Enhancement
Triaged

Fix: #3035 Rearrange test items so that forked tests come before normal tests within their respective modules. Swap the last forked test with the last normal test if necessary. Workaround...

Closes #1326. Update `pyupgrade` in `pre-commit` to `--py39-plus` to enforce PEP 585. Also add `autoflake` to `pre-commit` to remove unused imports after switching to PEP 585. An alternative solution would...

## What do these changes do? Use trustme for test TLS certificate and key With the current approach TLS certificate and key are hardcoded in separate files and distributed as...