From: Matt Caswell Date: Tue, 2 Sep 2025 14:59:13 +0000 (+0100) Subject: Skip pyca cryptography tests for now X-Git-Tag: 4.0-PRE-CLANG-FORMAT-WEBKIT~569 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad60d71957f6678cf3ae5877343e21ca6d0bf550;p=thirdparty%2Fopenssl.git Skip pyca cryptography tests for now These tests fail because they are not compatible with 4.0 Reviewed-by: Tim Hudson Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/28423) --- diff --git a/test/recipes/95-test_external_pyca.t b/test/recipes/95-test_external_pyca.t index 8d24e3e9bdb..fe1d3f127a1 100644 --- a/test/recipes/95-test_external_pyca.t +++ b/test/recipes/95-test_external_pyca.t @@ -22,6 +22,9 @@ plan skip_all => "PYCA Cryptography not available" plan skip_all => "PYCA tests only available in a shared build" if disabled("shared"); +# Temporariy disable this test until PYCA Cryptography works with 4.0 +plan skip_all => "PYCA Cryptography needs updating"; + plan tests => 1; ok(run(cmd(["sh", data_file("cryptography.sh")])),