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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user