Package: python-mechanicalsoup / 0.10.0-3
Metadata
Package | Version | Patches format |
---|---|---|
python-mechanicalsoup | 0.10.0-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
No pytest runner.patch | (download) |
setup.py |
1 0 + 1 - 0 ! |
no pytest-runner |
06f32ba21d1de71e274e52f1491c6da80200b461.patch | (download) |
tests/test_stateful_browser.py |
18 12 + 6 - 0 ! |
[patch] allow the testsuite to run on new httpbin versions The new httpbin version has a JavaScript-enabled welcome page, not suited for MechanicalSoup. Fortunately, the old version is still available with a URL /legacy. Use this URL, if available, for tests which need it. Fixes #213. |
https httpbin | (download) |
tests/test_browser.py |
6 3 + 3 - 0 ! |
fix httpbin tests to use https |
no connection header.patch | (download) |
tests/test_stateful_browser.py |
2 1 + 1 - 0 ! |
do not expect connection header |