Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
tests-requires-network | Tests: skip the requires_network() when heavily firewalled requires_network() attempts to detect Internet access by probing non-local IPs. A restricted environment may appear to have a routes to the Internet, but block all outbound traffic. Treat that as not having network. |
Stefano Rivera <stefanor@debian.org> | yes | 2023-10-21 | ||
tests-mark-requires-network | Tests: Use a mark for requires_network As an alternative to #3162, we can add a requires_network pytest mark, rather than relying on automatic network detection. The use-case here is Debian package builds without Intenet access. We have environments where Internet access is available, and environments where it isn't. We'd like to be able to specify our expectation to the test-suite. |
Stefano Rivera <stefanor@debian.org> | yes | 2023-11-06 | ||
dont-hit-evilcom | Don't actually attempt to connect to evil.com in test_deprecated_no_scheme | Stefano Rivera <stefano@rivera.za.net> | yes | 2023-10-22 | ||
integration-tests-flag | Run test_requesting_large_resources_via_ssl separately | Quentin Pradet <quentin.pradet@gmail.com> | no | https://github.com/urllib3/urllib3/pull/3181 | 2023-11-05 | |
tests-update-strings | update strings regexp as seen on upstream HEAD | Alexandre Detiste <tchet@debian.org> | yes |