Skip to content

Commit d65c5c0

Browse files
committed
TST: don't parallelize hdfstore tests
1 parent 55b3911 commit d65c5c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/tests/test_pytables.py

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
_default_compressor = LooseVersion(tables.__version__) >= '2.2' \
2525
and 'blosc' or 'zlib'
2626

27+
_multiprocess_can_split_ = False
28+
2729
class TestHDFStore(unittest.TestCase):
2830
path = '__test__.h5'
2931
scratchpath = '__scratch__.h5'

0 commit comments

Comments
 (0)