File PyTables-skip-test_vlarray.patch of Package python-tables
Index: tables-3.6.1/tables/tests/test_vlarray.py
===================================================================
--- tables-3.6.1.orig/tables/tests/test_vlarray.py
+++ tables-3.6.1/tables/tests/test_vlarray.py
@@ -361,10 +361,12 @@ class ShuffleComprTestCase(BasicTestCase
shuffle = 1
+@unittest.skip("see https://github.com/PyTables/PyTables/issues/845")
class Fletcher32TestCase(BasicTestCase):
fletcher32 = 1
+@unittest.skip("see https://github.com/PyTables/PyTables/issues/845")
class AllFiltersTestCase(BasicTestCase):
compress = 1
shuffle = 1