Skip to content

Commit b8d320a

Browse files
committed
make feather single test
1 parent 391a43b commit b8d320a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/io/test_feather.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from pandas.util.testing import assert_frame_equal, ensure_clean
1212

1313

14+
@pytest.mark.single
1415
class TestFeather(object):
1516

1617
def check_error_on_write(self, df, exc):
@@ -52,6 +53,7 @@ def test_basic(self):
5253
'dtns': pd.date_range('20130101', periods=3,
5354
freq='ns')})
5455

56+
assert df.dttz.dtype.tz.zone is not None
5557
self.check_round_trip(df)
5658

5759
def test_strided_data_issues(self):

0 commit comments

Comments
 (0)