Skip to content

Commit

Permalink
ignore cryptography warning on 32-bit Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Sep 21, 2023
1 parent 4e4eba3 commit 8cd03c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ addopts =
-p conftest
filterwarnings =
ignore:Python \d\.\d+ support will be dropped in the next release of cryptography:UserWarning

ignore:You are using cryptography on a 32-bit Python on a 64-bit Windows Operating System:UserWarning

# https://docs.pytest.org/en/latest/doctest.html#using-doctest-options
doctest_optionflags = NORMALIZE_WHITESPACE

0 comments on commit 8cd03c6

Please sign in to comment.