Skip to content

Commit aed78ff

Browse files
committed
squash: tests: cleanup
1 parent 8adf459 commit aed78ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pandas/tests/io/test_pytables.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from io import BytesIO
66
import os
77
import tempfile
8-
import time
98
from warnings import catch_warnings, simplefilter
109

1110
import numpy as np
@@ -5180,7 +5179,7 @@ def test_dst_transitions(self):
51805179
assert_frame_equal(result, df)
51815180

51825181

5183-
@pytest.fixture()
5182+
@pytest.fixture
51845183
def pytables_hdf5_file():
51855184
"""Use PyTables to create a simple HDF5 file."""
51865185

@@ -5190,7 +5189,7 @@ def pytables_hdf5_file():
51905189
'c2': tables.Int64Col(pos=2),
51915190
}
51925191

5193-
t0 = time.time()
5192+
t0 = 1561105000.0
51945193

51955194
testsamples = [
51965195
{'c0': t0, 'c1': 'aaaaa', 'c2': 1},

0 commit comments

Comments
 (0)