Accepting request 1187416 from home:a_faerber:machinelearning

Drop tests/test_performance.py, which runs slower than expected on riscv64

OBS-URL: https://build.opensuse.org/request/show/1187416
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsons?expand=0&rev=4
This commit is contained in:
Dirk Mueller 2024-07-15 18:43:04 +00:00 committed by Git OBS Bridge
parent 0157d4f5b4
commit cf389f0002
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 14 23:14:35 UTC 2024 - Andreas Färber <afaerber@suse.de>
- Drop tests/test_performance.py to fix emulated build on riscv64
-------------------------------------------------------------------
Thu Jul 4 17:41:51 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -47,6 +47,8 @@ Python module for serializing Python objects to JSON (dicts) and back.
%autosetup -p1 -n jsons-%{version}
# Fix line endings
sed -i 's/\r$//' README.md
# Performance tests may fail, e.g., for riscv64 under emulation
rm tests/test_performance.py
%build
%pyproject_wheel