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 36d2e98 commit 418a94aCopy full SHA for 418a94a
pandas/tests/tseries/offsets/test_offsets_properties.py
@@ -34,6 +34,7 @@ def test_on_offset_implementations(dt, offset):
34
assume(
35
not (
36
WASM
37
+ and dt.tzinfo is not None
38
and dt.tzinfo.key == "Indian/Cocos"
39
and isinstance(offset, pd.offsets.MonthBegin)
40
)
0 commit comments