Remove spurious test dependency on arrow

This commit is contained in:
Benjamin A. Beasley 2025-04-03 06:57:53 -04:00
commit 8355452df8

View file

@ -103,6 +103,9 @@ cp -vp include/pyo3/LICENSE* LICENSES.vendored/pyo3/
%if %{without pendulum}
sed -i '/^pendulum\b/d' test/requirements.txt
%endif
# Test dependency on arrow appears spurious
# https://github.com/ijl/orjson/issues/559
sed -i '/^arrow\b/d' test/requirements.txt
# Remove unpackaged PyPI plugin
sed -i '/pytest-random-order/d' test/requirements.txt