Skip to content

Commit bc48e74

Browse files
authored
fix(pytest): #1380 🌃 set upper for nightly (#1381)
fix(nightly): #1380
1 parent fc5ab16 commit bc48e74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎tests/series/test_agg.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ def test_agg_complex() -> None:
5252
np.exceptions.ComplexWarning,
5353
r"Casting complex values to real discards the imaginary part",
5454
),
55-
pytest_warns_bounded(RuntimeWarning, r"invalid value encountered in sqrt"),
55+
pytest_warns_bounded(
56+
RuntimeWarning, r"invalid value encountered in sqrt", upper="2.3.99"
57+
),
5658
):
5759
check(assert_type(series.std(), np.float64), np.float64)
5860

0 commit comments

Comments
 (0)