From 39319bfa415b7e5e38622ebbb7c87422dcebe2a01e67a1aad9bbe35eef7e7010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 21 Sep 2022 15:19:34 +0000 Subject: [PATCH] Accepting request 1005240 from home:mcalabkova:branches:devel:languages:python no need to skip so many tests OBS-URL: https://build.opensuse.org/request/show/1005240 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-orjson?expand=0&rev=5 --- python-orjson.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/python-orjson.spec b/python-orjson.spec index f926227..e1a343b 100644 --- a/python-orjson.spec +++ b/python-orjson.spec @@ -62,16 +62,12 @@ cp %{SOURCE2} .cargo/config %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -export LANG=en_US.UTF-8 -# Various date tests fail with minor differences in expected output # test_numpy_array_d1_uintp and test_numpy_array_d1_intp fail on 32bit # test_memory_loads_keys occasionally fails on crashes on ppc64le -# test_loads_recursion crashes on all platforms -# ppc64 has lots of seg faults -%pytest_arch -rs -k 'not (test_datetime_partial_second_dateutil or test_datetime_partial_second_zoneinfo or test_datetime_partial_second_pendulum_supported or test_datetime_partial_second_pytz or test_datetime_utc_z_with_tz or test_memory_loads_keys or test_loads_recursion or test_numpy_array_d1_uintp or test_numpy_array_d1_intp)' +%pytest_arch -k "not (test_numpy_array_d1_intp or test_numpy_array_d1_uintp or test_memory_loads_keys)" %files %{python_files} -%doc README.md +%doc README.md CHANGELOG.md %license LICENSE-APACHE LICENSE-MIT %{python_sitearch}/orjson*