Add comment to explain

This commit is contained in:
Fabio Alessandro Locati 2016-02-25 00:53:24 +01:00
parent 67a8460c70
commit 3e363e4dde

View File

@ -66,6 +66,7 @@ S3transfer is a Python library for managing Amazon S3 transfers.
%prep
%setup -q -n %{pypi_name}-%{version}
# Remove online tests (see https://github.com/boto/s3transfer/issues/8)
rm -rf tests/integration
%build