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 99import pytest
1010from pytz import FixedOffset , utc
1111
12- import pandas .util ._test_decorators as td
13-
1412import pandas as pd
1513from pandas import DataFrame
1614import pandas .util .testing as tm
@@ -381,7 +379,6 @@ def unique_nulls_fixture(request):
381379TIMEZONE_IDS = [repr (i ) for i in TIMEZONES ]
382380
383381
384- @td .parametrize_fixture_doc (str (TIMEZONE_IDS ))
385382@pytest .fixture (params = TIMEZONES , ids = TIMEZONE_IDS )
386383def tz_naive_fixture (request ):
387384 """
@@ -390,7 +387,6 @@ def tz_naive_fixture(request):
390387 return request .param
391388
392389
393- @td .parametrize_fixture_doc (str (TIMEZONE_IDS [1 :]))
394390@pytest .fixture (params = TIMEZONES [1 :], ids = TIMEZONE_IDS [1 :])
395391def tz_aware_fixture (request ):
396392 """
You can’t perform that action at this time.
0 commit comments