Commit 1802f56dd4 for openssl.org

commit 1802f56dd4d78bc87dd6c89feb7274b476e18cd7
Author: Eugene Syromiatnikov <esyr@openssl.org>
Date:   Thu Sep 3 13:56:48 2026 +0200

    Revert "Skip pyca cryptography tests for now"

    This reverts commit ad60d71957f6 "Skip pyca cryptography tests for now".

    Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
    Reviewed-by: Jakub Zelenka <jakub.zelenka@openssl.foundation>
    Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
    Merge-date: Mon Sep  7 18:23:56 2026
    Merged-from: https://github.com/openssl/openssl/pull/32668

diff --git a/test/recipes/95-test_external_pyca.t b/test/recipes/95-test_external_pyca.t
index fe1d3f127a..8d24e3e9bd 100644
--- a/test/recipes/95-test_external_pyca.t
+++ b/test/recipes/95-test_external_pyca.t
@@ -22,9 +22,6 @@ 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")])),