1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Also run duplicate consistency checks on windows (#261)

This commit is contained in:
Thom Wiggers 2020-01-22 16:05:20 +01:00 committed by Kris Kwiatkowski
parent 13c0317e25
commit 22e2551c95

View File

@ -47,7 +47,6 @@ def file_get_contents(filename):
return f.read() return f.read()
@helpers.skip_windows()
@helpers.filtered_test @helpers.filtered_test
def test_duplicate_consistency(implementation, source, file): def test_duplicate_consistency(implementation, source, file):
target_path = os.path.join(source.path(), file) target_path = os.path.join(source.path(), file)