diff --git a/python-yappi.changes b/python-yappi.changes index 6acd652..99e9dd9 100644 --- a/python-yappi.changes +++ b/python-yappi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 7 16:13:58 UTC 2022 - Andreas Schwab + +- Skip test_context_cbks_reset_to_default under qemu + ------------------------------------------------------------------- Wed Nov 9 19:54:11 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-yappi.spec b/python-yappi.spec index 79365eb..f7434bd 100644 --- a/python-yappi.spec +++ b/python-yappi.spec @@ -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"