mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
skip_windows decorator
This commit is contained in:
parent
6ca367e2e6
commit
1e7ee7a4c2
@ -8,8 +8,8 @@ import helpers
|
||||
import unittest
|
||||
import yaml
|
||||
|
||||
helpers.skip_windows()
|
||||
def test_duplicate_consistency():
|
||||
helpers.skip_windows()
|
||||
for scheme in pqclean.Scheme.all_schemes():
|
||||
for implementation in scheme.implementations:
|
||||
if helpers.permit_test('duplicate_consistency', implementation):
|
||||
|
Loading…
Reference in New Issue
Block a user