14
0
forked from pool/python-yappi

Accepting request 1041184 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1041184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-yappi?expand=0&rev=15
This commit is contained in:
2022-12-08 15:50:49 +00:00
committed by Git OBS Bridge
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> 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 # this test relies on asyncio.run method
skip_tests="$skip_tests and not test_asyncio_context_vars" skip_tests="$skip_tests and not test_asyncio_context_vars"
%endif %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) # yappi binary is not available (only yappi-%python_version)
skip_tests="$skip_tests and not test_run_as_script" skip_tests="$skip_tests and not test_run_as_script"
%pytest_arch -k "$skip_tests" %pytest_arch -k "$skip_tests"