Skip to content

Commit 56c3ce0

Browse files
Adding commit about imported fixture
1 parent a4d8b4a commit 56c3ce0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/series/methods/test_map.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
timedelta_range,
2121
)
2222
import pandas._testing as tm
23+
24+
# The fixture it's mostly used in pandas/tests/apply, so it's defined in that
25+
# conftest, which is out of scope here. So we need to manually import
2326
from pandas.tests.apply.conftest import engine # noqa: F401
2427

2528

0 commit comments

Comments
 (0)