Skip to content

Commit

Permalink
TypeError
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Mar 26, 2024
1 parent d26c078 commit 0709b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/io/pytables/test_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def test_frame_select(setup_path, request):
pytest.mark.xfail(
PY312,
reason="AST change in PY312",
raises=ValueError,
raises=TypeError,
)
)
result = store.select("frame", [crit1, crit2])
Expand Down

0 comments on commit 0709b00

Please sign in to comment.