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 61afc70 commit 0c993b9Copy full SHA for 0c993b9
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