#1084692 python-selenium: removal of Python standard libraries in Python 3.13

Package:
src:python-selenium
Source:
src:python-selenium
Submitter:
Louis-Philippe Véronneau
Date:
2024-11-21 17:36:09 UTC
Severity:
normal
Tags:
#1084692#5
Date:
2024-10-07 16:24:42 UTC
From:
To:
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,

#1084692#14
Date:
2024-11-19 07:05:41 UTC
From:
To:
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.