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 6e1f697 commit a69603dCopy full SHA for a69603d
pandas/tests/scalar/timedelta/test_arithmetic.py
@@ -18,7 +18,6 @@
18
NaT,
19
Timedelta,
20
Timestamp,
21
- compat,
22
offsets,
23
)
24
import pandas._testing as tm
@@ -438,7 +437,7 @@ def test_td_div_numeric_scalar(self):
438
437
np.float64("NaN"),
439
marks=pytest.mark.xfail(
440
# Works on numpy dev only in python 3.9
441
- is_numpy_dev and not compat.PY39,
+ is_numpy_dev,
442
raises=RuntimeWarning,
443
reason="https://github.com/pandas-dev/pandas/issues/31992",
444
),
0 commit comments