From d961000eb9b3579aa98a09503668007953736aa107dda75c5af4f6c2d7b8ecbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 12 Sep 2022 14:06:49 +0000 Subject: [PATCH] Accepting request 1002984 from home:mcalabkova:branches:devel:languages:python - Skip tests which broke with https://github.com/python/cpython/issues/95778 OBS-URL: https://build.opensuse.org/request/show/1002984 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=27 --- python-zope.schema.changes | 5 +++++ python-zope.schema.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-zope.schema.changes b/python-zope.schema.changes index 48df9c5..a47fae7 100644 --- a/python-zope.schema.changes +++ b/python-zope.schema.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 12 14:02:56 UTC 2022 - Markéta Machová + +- Skip tests which broke with https://github.com/python/cpython/issues/95778 + ------------------------------------------------------------------- Fri Jul 9 20:45:19 UTC 2021 - Jason Craig diff --git a/python-zope.schema.spec b/python-zope.schema.spec index 6a2f999..7ffacc9 100644 --- a/python-zope.schema.spec +++ b/python-zope.schema.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -72,7 +72,8 @@ rm -rf zope.schema.egg-info %if %{with test} %check -%python_expand PYTHONPATH=src %{_bindir}/zope-testrunner-%{$python_bin_suffix} -vvv --test-path src +# skipped tests: https://github.com/python/cpython/issues/95778 (reported upstream) +%python_expand PYTHONPATH=src %{_bindir}/zope-testrunner-%{$python_bin_suffix} -vvv --test-path src -t !Number -t !Complex -t !Decimal -t !Rational -t !Real -t !Float %endif %if !%{with test}