File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 9
9
import pytest
10
10
from pytz import FixedOffset , utc
11
11
12
- import pandas .util ._test_decorators as td
13
-
14
12
import pandas as pd
15
13
from pandas import DataFrame
16
14
import pandas .util .testing as tm
@@ -381,7 +379,6 @@ def unique_nulls_fixture(request):
381
379
TIMEZONE_IDS = [repr (i ) for i in TIMEZONES ]
382
380
383
381
384
- @td .parametrize_fixture_doc (str (TIMEZONE_IDS ))
385
382
@pytest .fixture (params = TIMEZONES , ids = TIMEZONE_IDS )
386
383
def tz_naive_fixture (request ):
387
384
"""
@@ -390,7 +387,6 @@ def tz_naive_fixture(request):
390
387
return request .param
391
388
392
389
393
- @td .parametrize_fixture_doc (str (TIMEZONE_IDS [1 :]))
394
390
@pytest .fixture (params = TIMEZONES [1 :], ids = TIMEZONE_IDS [1 :])
395
391
def tz_aware_fixture (request ):
396
392
"""
You can’t perform that action at this time.
0 commit comments