Skip to content

Commit 4d496cc

Browse files
committed
TEST2
1 parent a7ec6bd commit 4d496cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/conftest.py

-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
import pytest
1010
from pytz import FixedOffset, utc
1111

12-
import pandas.util._test_decorators as td
13-
1412
import pandas as pd
1513
from pandas import DataFrame
1614
import pandas.util.testing as tm
@@ -381,7 +379,6 @@ def unique_nulls_fixture(request):
381379
TIMEZONE_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)
386383
def 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:])
395391
def tz_aware_fixture(request):
396392
"""

0 commit comments

Comments
 (0)