diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-28 22:49:15 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-29 00:05:49 +0000 |
| commit | 6f6a5b1bc6f2d07c11a79157da54e9e75891151f (patch) | |
| tree | 7e6b0368026a14dae49d3f6a0aa6e8ff3a25bf47 /gnu/packages/python-xyz.scm | |
| parent | c0e6c0be076d56e486e04d42c80a4c9446a7edcf (diff) | |
gnu: python-botocore: Update to 1.40.61.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.40.61.
[arguments] <test-flags>: Ignore functional tests.
[native-inputs]: Remove python-wheel.
Change-Id: I35276ea8e7415c9b717abbe14ad6708777f9b1ef
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e7699fe5e50..ebbf185ed36 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20300,29 +20300,28 @@ browser from Python.") ;; are compatible. (package (name "python-botocore") - (version "1.35.91") + (version "1.40.61") (source (origin (method url-fetch) (uri (pypi-uri "botocore" version)) (sha256 (base32 - "0822q7w802vwngsxkfwjrbs4zc21avs1hsai5i6zy7vhaicrq2vv")))) + "1kajxzrh4nq4hx7rgbam0sffx06d45q7rw2csv69q3q9kgb7lj52")))) (build-system pyproject-build-system) (arguments (list + ;; tests: 4491 passed, 72 skipped #:test-flags #~(list "--numprocesses" (number->string (min (parallel-job-count) 8)) - ;; It struggles to find 'botocore'. - "--ignore" "tests/functional/leak/test_resource_leaks.py" - ;; Tests require networking. - "--ignore" "tests/integration"))) + ;; The full test suite is huge, run some of it's portion. + "--ignore=tests/integration" + "--ignore=tests/functional"))) (native-inputs (list python-jsonschema python-pytest python-pytest-xdist - python-setuptools - python-wheel)) + python-setuptools)) (propagated-inputs (list python-dateutil python-jmespath |
