We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e4741 commit 312a024Copy full SHA for 312a024
test/run_all.py
@@ -18,9 +18,9 @@
18
# skip compression plugin tests on windows for now
19
# (conda package plugins not working?).
20
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)
+ test_files.remove('tst_compression_zstd.py')
+ test_files.remove('tst_compression_blosc.py')
+ test_files.remove('tst_compression_bzip2.py')
24
25
if __name__ == '__main__':
26
import numpy, cython
0 commit comments