mirror of
https://github.com/curl/curl.git
synced 2026-06-10 06:04:19 +03:00
pytest: bump quiche version check update
Since the Lazy Lucas did not manage to get the fix merged in 0.24.7, increase the pytest version check number in the hope that it will happen in the next release. Closes #20229
This commit is contained in:
parent
9552d9c0c0
commit
3b261e2ad7
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class TestErrors:
|
|||
if proto == 'h3' and env.curl_uses_ossl_quic():
|
||||
pytest.skip("openssl-quic is flaky in yielding proper error codes")
|
||||
if proto == 'h3' and env.curl_uses_lib('quiche') and \
|
||||
not env.curl_lib_version_at_least('quiche', '0.24.7'):
|
||||
not env.curl_lib_version_at_least('quiche', '0.24.8'):
|
||||
pytest.skip("quiche issue #2277 not fixed")
|
||||
count = 20
|
||||
curl = CurlClient(env=env)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue