]> git.pld-linux.org Git - packages/python-httplib2.git/commitdiff
- disable test_ipv6 (seems to require network) auto/th/python-httplib2-0.18.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Jun 2020 07:46:09 +0000 (09:46 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Jun 2020 07:46:09 +0000 (09:46 +0200)
python-httplib2.spec

index 7991d8696719600c5af94f810705f0db091909a5..a838b8da77d1850967d00043f4a5c4d8c7cbf18f 100644 (file)
@@ -120,7 +120,7 @@ cech pomijanych przez inne biblioteki. ObsĹ‚uguje:
 
 %if %{with tests}
 PYTHONPATH=$(pwd)/build-2/lib \
-%{__python} -m pytest tests -k 'not test_certs_file_from_builtin and not test_certs_file_from_environment and not test_with_certifi_removed_from_modules and not test_noproxy_star'
+%{__python} -m pytest tests -k 'not test_certs_file_from_builtin and not test_certs_file_from_environment and not test_ipv6 and not test_with_certifi_removed_from_modules and not test_noproxy_star'
 %endif
 %endif
 
@@ -130,7 +130,7 @@ PYTHONPATH=$(pwd)/build-2/lib \
 %if %{with tests}
 # in python3 implementation system socks module is preferred over httplib2.socks, and the first is incompatible with test_socks5_auth
 PYTHONPATH=$(pwd)/build-3/lib \
-%{__python3} -m pytest tests -k 'not test_certs_file_from_builtin and not test_certs_file_from_environment and not test_with_certifi_removed_from_modules and not test_noproxy_star and not test_server_not_found_error_is_raised_for_invalid_hostname and not test_socks5_auth'
+%{__python3} -m pytest tests -k 'not test_certs_file_from_builtin and not test_certs_file_from_environment and not test_ipv6 and not test_with_certifi_removed_from_modules and not test_noproxy_star and not test_server_not_found_error_is_raised_for_invalid_hostname and not test_socks5_auth'
 %endif
 %endif
 
This page took 0.15221 seconds and 4 git commands to generate.