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