aboutsummaryrefslogtreecommitdiff
path: root/test/test_networking.py
diff options
context:
space:
mode:
authorSimon Sawicki <contact@grub4k.xyz>2025-03-23 00:15:20 +0100
committerGitHub <noreply@github.com>2025-03-23 00:15:20 +0100
commit9bf23902ceb948b9685ce1dab575491571720fc6 (patch)
tree8532248b4535eb7f0ed5a2951d9920d5abba8d89 /test/test_networking.py
parentbe5af3f9e91747768c2b41157851bfbe14c663f7 (diff)
[rh:curl_cffi] Support `curl_cffi` 0.10.x (#12670)
Authored by: Grub4K
Diffstat (limited to 'test/test_networking.py')
-rw-r--r--test/test_networking.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_networking.py b/test/test_networking.py
index 63914bc4b..3ab60fe83 100644
--- a/test/test_networking.py
+++ b/test/test_networking.py
@@ -614,7 +614,6 @@ class TestHTTPRequestHandler(TestRequestHandlerBase):
rh, Request(f'http://127.0.0.1:{self.http_port}/source_address')).read().decode()
assert source_address == data
- # Not supported by CurlCFFI
@pytest.mark.skip_handler('CurlCFFI', 'not supported by curl-cffi')
def test_gzip_trailing_garbage(self, handler):
with handler() as rh: