Browse Source

Also run duplicate consistency checks on windows (#261)

kyber
Thom Wiggers 4 years ago
committed by Kris Kwiatkowski
parent
commit
22e2551c95
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      test/test_duplicate_consistency.py

+ 0
- 1
test/test_duplicate_consistency.py View File

@@ -47,7 +47,6 @@ def file_get_contents(filename):
return f.read()


@helpers.skip_windows()
@helpers.filtered_test
def test_duplicate_consistency(implementation, source, file):
target_path = os.path.join(source.path(), file)


Loading…
Cancel
Save