diff --git a/python-urllib3.spec b/python-urllib3.spec index 98d62cb..2da657e 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -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