Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37902881
en ru br
ALT Linux repos
S:0.6.1-alt1

Group :: Development/Python3
RPM: python3-module-s3transfer

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: python3-module-s3transfer-0.6.0-alt.patch
Download


 s3transfer/__init__.py | 2 +-
 tox.ini                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/s3transfer/__init__.py b/s3transfer/__init__.py
index e8ff66f..baf8e44 100644
--- a/s3transfer/__init__.py
+++ b/s3transfer/__init__.py
@@ -136,7 +136,7 @@ import threading
 
 from botocore.compat import six  # noqa: F401
 from botocore.exceptions import IncompleteReadError
-from botocore.vendored.requests.packages.urllib3.exceptions import (
+from urllib3.exceptions import (
     ReadTimeoutError,
 )
 
diff --git a/tox.ini b/tox.ini
index 118eb22..4b7184f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,5 +7,5 @@ skipsdist = True
 
 [testenv]
 commands =
-    {toxinidir}/scripts/ci/install
+    # {toxinidir}/scripts/ci/install
     {toxinidir}/scripts/ci/run-tests
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin