Skip to content

Commit e8e60cc

Browse files
committed
refreshed patches
1 parent 8ec4498 commit e8e60cc

4 files changed

+5
-5
lines changed

debian/patches/deb_skip_sequencelike_on_armel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/pandas/tests/test_frame.py
22
+++ b/pandas/tests/test_frame.py
3-
@@ -4438,6 +4438,9 @@ class TestDataFrame(tm.TestCase, CheckIn
3+
@@ -4536,6 +4536,9 @@ class TestDataFrame(tm.TestCase, CheckIn
44
self.assertEqual(len(tst.columns), 3)
55

66
def test_from_records_sequencelike(self):

debian/patches/deb_skip_stata_on_bigendians

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--- a/pandas/io/tests/test_stata.py
22
+++ b/pandas/io/tests/test_stata.py
3-
@@ -22,6 +22,9 @@ from pandas.tslib import NaT
4-
from pandas.util.misc import is_little_endian
3+
@@ -22,6 +22,9 @@ import pandas.util.testing as tm
4+
from pandas.tslib import NaT
55
from pandas import compat
66

77
+if not is_little_endian():

debian/patches/deb_skip_test_precision_i386

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/pandas/io/tests/test_parsers.py
22
+++ b/pandas/io/tests/test_parsers.py
3-
@@ -3256,6 +3256,9 @@ class TestCParserLowMemory(ParserTests,
3+
@@ -3304,6 +3304,9 @@ class TestCParserLowMemory(ParserTests,
44
self.assertEqual(result.dtype, ex_dtype)
55

66
def test_precise_conversion(self):

debian/patches/deb_skip_test_pytables_failure

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Last-Update: 2014-02-04
1111

1212
--- a/pandas/io/tests/test_pytables.py
1313
+++ b/pandas/io/tests/test_pytables.py
14-
@@ -3240,7 +3240,12 @@ class TestHDFStore(tm.TestCase):
14+
@@ -3289,7 +3289,12 @@ class TestHDFStore(tm.TestCase):
1515

1616
# big selector along the columns
1717
selector = [ 'a','b','c' ] + [ 'a%03d' % i for i in range(60) ]

0 commit comments

Comments
 (0)