Skip to content

Commit

Permalink
Add a numpy 1.21 xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Mar 8, 2024
1 parent cb88eec commit 6222279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy-1-21-xfails.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__trued
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[divide(x1, x2)]
array_api_tests/test_operators_and_elementwise_functions.py::test_equal[equal(x1, x2)]
array_api_tests/test_operators_and_elementwise_functions.py::test_equal[__eq__(x1, x2)]
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x, s)]
Expand Down

0 comments on commit 6222279

Please sign in to comment.