- 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
This commit is contained in:
Tomáš Chvátal 2020-03-10 09:45:57 +00:00 committed by Git OBS Bridge
parent 1170117ec6
commit 979c328549
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 10 09:45:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>

View File

@ -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