- Package:
- src:python-selenium
- Source:
- src:python-selenium
- Submitter:
- Louis-Philippe Véronneau
- Date:
- 2024-11-21 17:36:09 UTC
- Severity:
- normal
- Tags:
Dear maintainer(s), Python 3.13 removes a large amount of so called 'dead battery' libraries from the standard library. As such, code that imports these libraries will no longer work in Python 3.13, which is the targeted version for Trixie. The following removed libraries were found in this package: imghdr: test/selenium/webdriver/common/takes_screenshots_tests.py:19 imghdr: test/selenium/webdriver/firefox/ff_takes_full_page_screenshots_tests.py:19 imghdr: test/selenium/webdriver/remote/remote_connection_tests.py:18 See this link for more details: https://peps.python.org/pep-0594/#deprecated-modules Cheers,
Am Mon, Oct 07, 2024 at 12:24:42PM -0400 schrieb Louis-Philippe Véronneau: Debian isn't affected by these occurences as we don't executy any of these tests. Setting the severity to normal so we can track the upstream changes still without the need to fix something we are not affected from.