From cb231c616b831ec00509fd3b59f7ffd06cca0991 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:09:22 -0800 Subject: [PATCH] python parser in test_basic_series_frame_alignment also flaky --- pandas/tests/computation/test_eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/tests/computation/test_eval.py b/pandas/tests/computation/test_eval.py index 86be104b16367..8bd26a7b0b4c7 100644 --- a/pandas/tests/computation/test_eval.py +++ b/pandas/tests/computation/test_eval.py @@ -862,7 +862,7 @@ def test_basic_series_frame_alignment( ): if ( engine == "numexpr" - and parser == "pandas" + and parser in ("pandas", "python") and index_name == "index" and r_idx_type == "i" and c_idx_type == "s"