Skip to content

Commit 57a3e4e

Browse files
committed
Ignore deprecation warning for cryptography on Python 3.7
1 parent bf8d768 commit 57a3e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
IGNORE_PATTERNS+="|skipping SvnRepository test"
196196
IGNORE_PATTERNS+="|requires Lmod as modules tool"
197197
IGNORE_PATTERNS+="|stty: 'standard input': Inappropriate ioctl for device"
198-
IGNORE_PATTERNS+="|CryptographyDeprecationWarning: Python 3.[56]"
198+
IGNORE_PATTERNS+="|CryptographyDeprecationWarning: Python 3.[567]"
199199
IGNORE_PATTERNS+="|from cryptography.* import "
200200
IGNORE_PATTERNS+="|CryptographyDeprecationWarning: Python 2"
201201
IGNORE_PATTERNS+="|Blowfish"

0 commit comments

Comments
 (0)