From 211cba8f51a27d39e778e4c8013971f4a1c267b8 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Thu, 18 Jun 2026 15:17:17 +0200 Subject: [PATCH] Cater for Python 3.8 deprecation in cryptography package --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 27970b038f..1852178972 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -249,7 +249,7 @@ jobs: IGNORE_PATTERNS+="|skipping SvnRepository test" IGNORE_PATTERNS+="|requires Lmod as modules tool" IGNORE_PATTERNS+="|stty: 'standard input': Inappropriate ioctl for device" - IGNORE_PATTERNS+="|CryptographyDeprecationWarning: Python 3.7" + IGNORE_PATTERNS+="|CryptographyDeprecationWarning: Python 3.[78]" IGNORE_PATTERNS+="|from cryptography.* import " IGNORE_PATTERNS+="|Blowfish" IGNORE_PATTERNS+="|GC3Pie not available, skipping test"