We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adf459 commit aed78ffCopy full SHA for aed78ff
pandas/tests/io/test_pytables.py
@@ -5,7 +5,6 @@
5
from io import BytesIO
6
import os
7
import tempfile
8
-import time
9
from warnings import catch_warnings, simplefilter
10
11
import numpy as np
@@ -5180,7 +5179,7 @@ def test_dst_transitions(self):
5180
5179
assert_frame_equal(result, df)
5181
5182
5183
-@pytest.fixture()
+@pytest.fixture
5184
def pytables_hdf5_file():
5185
"""Use PyTables to create a simple HDF5 file."""
5186
@@ -5190,7 +5189,7 @@ def pytables_hdf5_file():
5190
5189
'c2': tables.Int64Col(pos=2),
5191
}
5192
5193
- t0 = time.time()
+ t0 = 1561105000.0
5194
5195
testsamples = [
5196
{'c0': t0, 'c1': 'aaaaa', 'c2': 1},
0 commit comments