Skip to content

Commit

Permalink
community/py3-twilio: upgrade to 9.3.7
Browse files Browse the repository at this point in the history
Also skips failing units caused by bug in `aiohttp-retry`
See twilio/twilio-python#819
  • Loading branch information
ayakael authored and omni committed Nov 21, 2024
1 parent df5d5e5 commit 4cdf69d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions community/py3-twilio/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Antoine Martin (ayakael) <[email protected]>
# Maintainer: Antoine Martin (ayakael) <[email protected]>
pkgname=py3-twilio
pkgver=9.3.6
pkgver=9.3.7
pkgrel=0
arch="noarch"
pkgdesc="Twilio API client and TwiML generator"
Expand Down Expand Up @@ -46,7 +46,10 @@ check() {
python3 -m venv --clear --without-pip --system-site-packages .testenv
.testenv/bin/python3 -m installer .dist/*.whl
# tests/cluster require Twilio API access
.testenv/bin/python3 -m pytest -v --ignore=tests/cluster
# test_request_retries_until_{max, success}:fails due to issue with latest release of py3-aiohttp-retry, see
# https://github.com/twilio/twilio-python/pull/819
.testenv/bin/python3 -m pytest -v --ignore=tests/cluster \
-k 'not test_request_retries_until_max and not test_request_retries_until_success'
}

package() {
Expand All @@ -55,5 +58,5 @@ package() {
}

sha512sums="
fe58794c201bdd137e1ba59928fee6f060a9a7fbe151b21b26e24fd48493accf8e6a7781dbe5c3336fd618dbaaf119470433034610cc56884e4f03f4e5baafd4 py3-twilio-9.3.6.tar.gz
1a91364667a4d5e661480abbe5e4552f5b60114cccf4f3ecab28115584c7032d4678aa84a783893989c081d00d6c727d751a974407b13add0ea77d29de9cbdf1 py3-twilio-9.3.7.tar.gz
"

0 comments on commit 4cdf69d

Please sign in to comment.