Skip to content

Commit 312a024

Browse files
jswhit2jswhit2
authored andcommitted
fix typo
1 parent 70e4741 commit 312a024

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/run_all.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# skip compression plugin tests on windows for now
1919
# (conda package plugins not working?).
2020
if sys.platform == 'win32':
21-
test_files.remove('tst_compression_zstd.py)
22-
test_files.remove('tst_compression_blosc.py)
23-
test_files.remove('tst_compression_bzip2.py)
21+
test_files.remove('tst_compression_zstd.py')
22+
test_files.remove('tst_compression_blosc.py')
23+
test_files.remove('tst_compression_bzip2.py')
2424

2525
if __name__ == '__main__':
2626
import numpy, cython

0 commit comments

Comments
 (0)