Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35d76e9

Browse files
authoredFeb 10, 2023
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.