From b29a44bf2a22db64c5e232d6503448a44ebc1682653dc607f49e0c80b6816364 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 1 Jan 2021 13:52:44 +0000 Subject: [PATCH] Accepting request 859717 from home:bnavigator:branches:devel:languages:python - Skip test for RECENT_DATE. It is a test purely for developers. To maintain reproducibility, keep upstreams possibly outdated RECENT_DATE in the source code. OBS-URL: https://build.opensuse.org/request/show/859717 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=115 --- python-urllib3.changes | 7 +++++++ python-urllib3.spec | 8 ++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/python-urllib3.changes b/python-urllib3.changes index 336d92b..275ccff 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 1 13:20:04 UTC 2021 - Benjamin Greiner + +- Skip test for RECENT_DATE. It is a test purely for developers. + To maintain reproducibility, keep upstreams possibly outdated + RECENT_DATE in the source code. + ------------------------------------------------------------------- Thu Dec 17 18:13:57 UTC 2020 - Matej Cepl diff --git a/python-urllib3.spec b/python-urllib3.spec index 2ed87a8..ebe3a3e 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -1,7 +1,7 @@ # # spec file for package python-urllib3 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -136,7 +136,11 @@ export CI="true" # still broken with new ssl skiplist='test_import_urllib3' # skip some randomly failing tests (mostly on i586, but sometimes they fail on other architectures) -skiplist="$skiplist or test_ssl_read_timeout or test_ssl_failed_fingerprint_verification or test_ssl_custom_validation_failure_terminates" +skiplist+=" or test_ssl_read_timeout or test_ssl_failed_fingerprint_verification or test_ssl_custom_validation_failure_terminates" +# gh#urllib3/urllib3#1752 and others: upstream's way of checking that the build +# system has a correct system time breaks (re-)building the package after too +# many months have passed since the last release. +skiplist+=" or test_recent_date" %pytest -k "not (${skiplist})" %endif