From 35eb3d1c3c51f54ba7b466514345db06fd6c6133 Mon Sep 17 00:00:00 2001 From: Tomáš Hrnčiar Date: Jun 20 2023 12:49:27 +0000 Subject: Temporarily skip some tests to unblock Python mass rebuild https://github.com/aio-libs/yarl/issues/894 --- diff --git a/python-yarl.spec b/python-yarl.spec index 6ec4309..e6cec81 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -44,7 +44,15 @@ sed -e '/addopts/d' -i setup.cfg %py3_install %check -%pytest -v tests +# Some tests are temporarily disabled to proceed with Python mass rebuild. +# Upsream needs to addapt to changes in Python 3.12. +# https://github.com/aio-libs/yarl/issues/894 +%pytest -v tests \ + -k "not test_ipv6_zone and \ + not test_human_repr_delimiters and \ + not test_masked_ipv4 and \ + not test_strange_ip and \ + not test_weird_user3" %files -n python3-%{pypi_name} %doc CHANGES.rst README.rst