Package: python-selenium / 4.24.4+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
python-selenium | 4.24.4+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Readd unmininmized javascript code.patch | (download) |
selenium/webdriver/remote/getAttribute.js |
279 279 + 0 - 0 ! |
readd unmininmized javascript code To fulfill the DFSG we removed it from the upstream code and use python-jsbeautifier from debian to get the unminimized code. The base code is generated from the main selenium code and does not exist in any other source. See also https://github.com/SeleniumHQ/selenium/issues/9917 |
tests Ignore WEBDRIVER and HTML_ROOT variables.patch | (download) |
test/selenium/webdriver/common/webserver.py |
18 9 + 9 - 0 ! |
tests: ignore webdriver and html_root variables These two variables aren't needed for running the unitests and can be ignored. Especially the variable HTML_ROOT is relaying on a toplevel folder common/ which we have filtered out for DFSG compliance. |
pytest Ignore trio_mode for now.patch | (download) |
pyproject.toml |
2 1 + 1 - 0 ! |
pytest: ignore trio_mode for now This option requires pytest-trio-websocket to get packaged. |
setup.py Ignore rest_extension requirement.patch | (download) |
setup.py |
14 7 + 7 - 0 ! |
setup.py: ignore rest_extension requirement |
1