Remove a 32-bit workaround (since noarch packages no longer build on i686)
This commit is contained in:
parent
812b9bc5aa
commit
9ef9d7a5d6
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue