Skip to content

Commit 43ec202

Browse files
authored
TST: πŸŒ‰ fix nightly (#1577)
fix: nightly
1 parent 6bb07c6 commit 43ec202

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autofix_prs: false
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.14.9
6+
rev: v0.14.10
77
hooks:
88
- id: ruff-check
99
args: [--exit-non-zero-on-fix]

β€Žtests/series/test_agg.pyβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def test_agg_complex() -> None:
6767
with pytest_warns_bounded(
6868
np.exceptions.ComplexWarning,
6969
r"Casting complex values to real discards the imaginary part",
70-
upper="2.3.99",
7170
):
7271
check(assert_type(series.var(), float), np.float64)
7372

0 commit comments

Comments
Β (0)