Remove spurious test dependency on arrow
This commit is contained in:
parent
caa0c29ec4
commit
8355452df8
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue