diff --git a/python/pyarrow/tests/test_memory.py b/python/pyarrow/tests/test_memory.py index 29e47b51756..56196bd9c5b 100644 --- a/python/pyarrow/tests/test_memory.py +++ b/python/pyarrow/tests/test_memory.py @@ -30,9 +30,7 @@ pytestmark = pytest.mark.processes possible_backends = ["system", "jemalloc", "mimalloc"] -# Backends which are expected to be present in all builds of PyArrow, -# except if the user manually recompiled Arrow C++. -mandatory_backends = ["system", "mimalloc"] +mandatory_backends = ["system"] def backend_factory(backend_name):