forked from pool/python-gevent
Accepting request 693299 from home:mcepl:branches:devel:languages:python
- Switch off type_https test as it fails with new Python 2.7.16 - Clean up the SPEC file. OBS-URL: https://build.opensuse.org/request/show/693299 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=57
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 14:20:20 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Switch off type_https test as it fails with new Python 2.7.16
|
||||
- Clean up the SPEC file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 18 12:09:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -93,6 +93,7 @@ Documentation and examples for %{name}.
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
sed -i -e '1s!bin/env python!bin/python!' examples/*.py
|
||||
|
||||
%build
|
||||
export LIBEV_EMBED=0
|
||||
@@ -110,6 +111,7 @@ export CARES_EMBED=0
|
||||
# create ignore list of tests that reach out to the net
|
||||
# test_ssl.py is fragile as it expect specific responses from ssl and
|
||||
# does not account to our local changes
|
||||
# Also, gh#gevent/gevent#1390
|
||||
cat <<'EOF' >> network_tests.txt
|
||||
test_urllib2net.py
|
||||
test__server.py
|
||||
@@ -120,6 +122,7 @@ test__socket_dns.py
|
||||
test__getaddrinfo_import.py
|
||||
test__examples.py
|
||||
test_ssl.py
|
||||
test_https
|
||||
test__ssl.py
|
||||
EOF
|
||||
export GEVENT_RESOLVER=thread
|
||||
|
||||
Reference in New Issue
Block a user