We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b3911 commit d65c5c0Copy full SHA for d65c5c0
pandas/io/tests/test_pytables.py
@@ -24,6 +24,8 @@
24
_default_compressor = LooseVersion(tables.__version__) >= '2.2' \
25
and 'blosc' or 'zlib'
26
27
+_multiprocess_can_split_ = False
28
+
29
class TestHDFStore(unittest.TestCase):
30
path = '__test__.h5'
31
scratchpath = '__scratch__.h5'
0 commit comments