skip_windows decorator
This commit is contained in:
parent
6ca367e2e6
commit
1e7ee7a4c2
@ -8,8 +8,8 @@ import helpers
|
|||||||
import unittest
|
import unittest
|
||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
|
helpers.skip_windows()
|
||||||
def test_duplicate_consistency():
|
def test_duplicate_consistency():
|
||||||
helpers.skip_windows()
|
|
||||||
for scheme in pqclean.Scheme.all_schemes():
|
for scheme in pqclean.Scheme.all_schemes():
|
||||||
for implementation in scheme.implementations:
|
for implementation in scheme.implementations:
|
||||||
if helpers.permit_test('duplicate_consistency', implementation):
|
if helpers.permit_test('duplicate_consistency', implementation):
|
||||||
|
Loading…
Reference in New Issue
Block a user