We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70e70e commit 26de110Copy full SHA for 26de110
tests/test_kem.py
@@ -6,7 +6,7 @@
6
disabled_KEM_patterns = []
7
8
if platform.system() == "Windows":
9
- disabled_KEM_patterns = ["Classic-McEliece"]
+ disabled_KEM_patterns = [""]
10
11
12
def test_correctness():
0 commit comments