jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / httpx / patches / 03-test-requirements.patch
blob6b42bd44ff630d2fb8acfdd99c149895e637505d
1 Remove dependencies not needed to run tests.
3 --- httpx-0.27.2/requirements.txt.orig
4 +++ httpx-0.27.2/requirements.txt
5 @@ -2,21 +2,12 @@
6 # On the other hand, we're not pinning package dependencies, because our tests
7 # needs to pass with the latest version of the packages.
8 # Reference: https://github.com/encode/httpx/pull/1721#discussion_r661241588
9 --e .[brotli,cli,http2,socks,zstd]
10 +.[socks,zstd]
12 # Optional charset auto-detection
13 # Used in our test cases
14 chardet==5.2.0
16 -# Documentation
17 -mkdocs==1.6.0
18 -mkautodoc==0.2.0
19 -mkdocs-material==9.5.30
21 -# Packaging
22 -build==1.2.1
23 -twine==5.1.1
25 # Tests & Linting
26 coverage[toml]==7.6.0
27 cryptography==43.0.0