Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-moto
Commits:
763f3742 by Chih-Hsuan Yen at 2024-12-15T21:17:56+08:00
upgpkg: 5.0.22-2; rebuild for Python 3.13 and skip broken tests
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-moto
pkgdesc = Moto is a library to mock out the boto library.
pkgver = 5.0.22
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/spulec/moto
arch = any
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=python-moto
_pkgname=moto
# https://github.com/getmoto/moto/blob/master/CHANGELOG.md
pkgver=5.0.22
-pkgrel=1
+pkgrel=2
pkgdesc='Moto is a library to mock out the boto library.'
arch=(any)
url='https://github.com/spulec/moto'
@@ -79,6 +79,8 @@ check() {
local pytest_args=(
# Needs a new package python-pycognito
--ignore tests/test_cognitoidp/test_cognitoidp.py
+ # Skip broken tests https://github.com/getmoto/moto/issues/8400
+ --deselect
tests/test_core/test_responses_module.py::TestResponsesMockWithPassThru
-m 'not requires_docker'
)
TZ=UTC pytest tests "${pytest_args[@]}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-moto/-/commit/763f37427f5118c539d27aee022f972adb41da22
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-moto/-/commit/763f37427f5118c539d27aee022f972adb41da22
You're receiving this email because of your account on gitlab.archlinux.org.