From 979c3285493fe3442b027287a92be83a96b6d04062cb5bb1ffdcb65c4555a33c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Mar 2020 09:45:57 +0000 Subject: [PATCH] - Skip test failing on python 3.8, it is race condition that needs to be fixed in tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-s3transfer?expand=0&rev=15 --- python-s3transfer.changes | 6 ++++++ python-s3transfer.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-s3transfer.changes b/python-s3transfer.changes index 6eb703d..fac2e7b 100644 --- a/python-s3transfer.changes +++ b/python-s3transfer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 10 09:45:34 UTC 2020 - Tomáš Chvátal + +- Skip test failing on python 3.8, it is race condition that needs + to be fixed in tests + ------------------------------------------------------------------- Thu Feb 27 08:21:19 UTC 2020 - Tomáš Chvátal diff --git a/python-s3transfer.spec b/python-s3transfer.spec index 728b506..5d255b6 100644 --- a/python-s3transfer.spec +++ b/python-s3transfer.spec @@ -62,7 +62,8 @@ rm -rf tests/integration %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# test_download_futures_fail_triggers_shutdown - https://github.com/boto/s3transfer/pull/162 +%pytest -k 'not test_download_futures_fail_triggers_shutdown' %files %{python_files} %license LICENSE.txt