Skip to content

Commit

Permalink
BUG: Remove rjust & ljust from test.
Browse files Browse the repository at this point in the history
NumPy 2.0.0 does not support those.
  • Loading branch information
charris committed May 10, 2024
1 parent 0a07582 commit 0f86b1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions numpy/_core/tests/test_stringdtype.py
Original file line number Diff line number Diff line change
Expand Up @@ -1235,12 +1235,10 @@ def test_unary(string_array, unicode_array, function_name):
("find", (None, "A")),
("index", (None, "e")),
("join", ("-", None)),
("ljust", (None, 12)),
("lstrip", (None, "A")),
("replace", (None, "A", "B")),
("rfind", (None, "A")),
("rindex", (None, "e")),
("rjust", (None, 12)),
("rsplit", (None, "A")),
("rstrip", (None, "A")),
("split", (None, "A")),
Expand Down

0 comments on commit 0f86b1d

Please sign in to comment.