Remove a 32-bit workaround (since noarch packages no longer build on i686)

This commit is contained in:
Benjamin A. Beasley 2024-09-12 11:02:18 -04:00
commit 9ef9d7a5d6

View file

@ -190,15 +190,6 @@ export PYTHONPATH="${hypercorndir}:%{buildroot}%{python3_sitelib}"
# This test still times out sometimes, especially on certain architectures,
# even when we export the CI environment variable to increase timeouts.
k="${k-}${k+ and }not (TestHTTPProxyManager and test_tunneling_proxy_request_timeout[https-https])"
%if 0%{?__isa_bits} == 32
# These fail on i686 and presumably on other 32-bit architectures. Note that
# since the base package is noarch and the package may be assigned to a builder
# of any architecture, there is no guarantee that these tests run at all in a
# particular build. See discussion in
# https://src.fedoraproject.org/rpms/python-urllib3/pull-request/33.
k="${k-}${k+ and }not (TestSSL and test_requesting_large_resources_via_ssl)"
k="${k-}${k+ and }not (TestSocketSSL and test_requesting_large_resources_via_ssl)"
%endif
%pytest -v -rs ${ignore-} -k "${k-}"
%pytest -v -rs ${ignore-} -k "${k-}" --integration