Skip to content

Commit 35d76e9

Browse files
authored
CI/TST: Mark test_basic_series_frame_alignment for python engine as flaky (#51219)
1 parent 6f58d86 commit 35d76e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/computation/test_eval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ def test_basic_series_frame_alignment(
862862
):
863863
if (
864864
engine == "numexpr"
865-
and parser == "pandas"
865+
and parser in ("pandas", "python")
866866
and index_name == "index"
867867
and r_idx_type == "i"
868868
and c_idx_type == "s"

0 commit comments

Comments
 (0)