Skip to content

Commit 47b51d7

Browse files
authored
Try to ignore cryptography warning
1 parent a9e56bb commit 47b51d7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ xfail_strict = true
5656
faulthandler_timeout = 60
5757
markers = ["redistributors_should_skip: tests that should be skipped by downstream redistributors"]
5858
junit_family = "xunit2"
59-
filterwarnings = ["error"]
59+
filterwarnings = [
60+
"error",
61+
# https://gitter.im/python-trio/general?at=63bb8d0740557a3d5c688d67
62+
'ignore:You are using cryptography on a 32-bit Python on a 64-bit Windows Operating System. Cryptography will be significantly faster if you switch to using a 64-bit Python.:UserWarning',
63+
]

0 commit comments

Comments
 (0)