summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm11
1 files changed, 3 insertions, 8 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 0beb8812789..2ce8566ad2f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6574,16 +6574,11 @@ S3.")
;; Tests require networking.
"--ignore" "tests/integration")))
(native-inputs
- (list python-docutils
- python-mock
- python-nose
- python-pytest
+ (list python-pytest
python-pytest-xdist
- python-setuptools
- python-wheel))
+ python-setuptools))
(propagated-inputs
- (list python-botocore
- python-urllib3))
+ (list python-botocore))
(home-page "https://github.com/boto/s3transfer")
(synopsis "Amazon S3 Transfer Manager")
(description