14
0
forked from pool/python-yappi

Accepting request 1041167 from openSUSE:Factory:RISCV

- Skip test_context_cbks_reset_to_default under qemu

OBS-URL: https://build.opensuse.org/request/show/1041167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yappi?expand=0&rev=28
This commit is contained in:
2022-12-07 17:18:38 +00:00
committed by Git OBS Bridge
parent ec7ba8205b
commit ec68df0101
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 7 16:13:58 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Skip test_context_cbks_reset_to_default under qemu
-------------------------------------------------------------------
Wed Nov 9 19:54:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -62,6 +62,10 @@ skip_tests="not test_basic_old_style and not test_basic"
# this test relies on asyncio.run method
skip_tests="$skip_tests and not test_asyncio_context_vars"
%endif
%if 0%{?qemu_user_space_build}
# qemu linux-user emulation always creates an additional thread
skip_tests="$skip_tests and not test_context_cbks_reset_to_default"
%endif
# yappi binary is not available (only yappi-%python_version)
skip_tests="$skip_tests and not test_run_as_script"
%pytest_arch -k "$skip_tests"