Hello community, here is the log from the commit of package python-urllib3 for openSUSE:Factory checked in at 2018-02-15 13:19:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-urllib3 (Old) and /work/SRC/openSUSE:Factory/.python-urllib3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-urllib3" Thu Feb 15 13:19:34 2018 rev:16 rq:575768 version:1.22 Changes: -------- --- /work/SRC/openSUSE:Factory/python-urllib3/python-urllib3.changes 2018-01-01 22:10:12.277313667 +0100 +++ /work/SRC/openSUSE:Factory/.python-urllib3.new/python-urllib3.changes 2018-02-15 13:19:41.380646254 +0100 @@ -1,0 +2,5 @@ +Mon Feb 12 12:14:42 UTC 2018 - [email protected] + +- disable more flaky tests specifically for PowerPC + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-urllib3.spec ++++++ --- /var/tmp/diff_new_pack.4ngK2g/_old 2018-02-15 13:19:43.508569129 +0100 +++ /var/tmp/diff_new_pack.4ngK2g/_new 2018-02-15 13:19:43.516568839 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-urllib3 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -84,6 +84,13 @@ %python_install %check + +skiplist='not test_select_interrupt_exception and not test_selector_error and not timeout' +case $(uname -m) in +ppc*) +skiplist="$skiplist and not test_select_timing and not test_select_multiple_interrupts_with_event and not test_interrupt_wait_for_read_with_event and not test_select_interrupt_with_event";; +esac + rm -rf build # pretend to be TRAVIS (this triggers timing tolerance) export TRAVIS=1 @@ -91,7 +98,7 @@ --ignore=test/appengine \ --ignore=test/with_dummyserver/test_proxy_poolmanager.py \ --ignore=test/with_dummyserver/test_poolmanager.py \ - -k 'not test_select_interrupt_exception and not test_selector_error and not timeout' \ + -k "${skiplist}" \ urllib3 test} %files %{python_files}
