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}