bosd
bosd
Steps to reproduce: Replicate demo project 4, bu using this toml file: https://github.com/acsone/hatch-odoo/blob/main/tests/data/project4/pyproject.toml ` uv add odoo-addon-web_responsive` result: ``` warning: No `requires-python` value found in the workspace. Defaulting to `>=3.10`....
### This issue is unique. - [x] I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my bug. ### Operating System Linux (RPM package) ### Version...
port #2002 from 18.0 to 17.0
A CryptographyDeprecationWarning originating from the pypdf dependency. This warning is suppressed by setting the PYTHONWARNINGS environment variable in the noxfile.py for the test session. This approach is used because filtering...
This commit addresses two warnings that appear during the test session: 1. A `FutureWarning` in `camelot/parsers/hybrid.py` related to the downcasting behavior of `pandas.DataFrame.replace`. The code has been refactored to avoid...
Moves the CLI options from the main command group to each subcommand. This makes the CLI more intuitive by allowing options to be specified after the subcommand, which is a...
.nox/tests-3-11/lib64/python3.11/site-packages/pypdf/_crypt_providers/_cryptography.py:32 /home/data/git/camelot-dev/.nox/tests-3-11/lib64/python3.11/site-packages/pypdf/_crypt_providers/_cryptography.py:32: CryptographyDeprecationWarning: ARC4 has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.ARC4 and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. from cryptography.hazmat.primitives.ciphers.algorithms import AES, ARC4 tests/test_hybrid.py::test_hybrid_process_background /home/data/git/camelot-dev/camelot/parsers/hybrid.py:161: FutureWarning: Downcasting behavior in `replace` is...