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"