Date: Wednesday, January 4, 2023 @ 12:40:05 Author: dvzrv Revision: 1375132
upgpkg: python-ansible-compat 2.2.7-1: Upgrade to 2.2.7. Disable broken tests: https://github.com/ansible/ansible-compat/issues/210 Modified: python-ansible-compat/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-04 12:34:46 UTC (rev 1375131) +++ PKGBUILD 2023-01-04 12:40:05 UTC (rev 1375132) @@ -2,7 +2,7 @@ _name=ansible-compat pkgname=python-ansible-compat -pkgver=2.2.6 +pkgver=2.2.7 pkgrel=1 pkgdesc="Functions that help interacting with various versions of Ansible" arch=(any) @@ -12,8 +12,8 @@ makedepends=(python-build python-installer python-setuptools python-setuptools-scm python-wheel) checkdepends=(ansible python-flaky python-pytest python-pytest-mock) source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz) -sha256sums=('8bb3488327125a0948d38b766389a4819573343d5673aa78a7bed23eb9d5b28d') -b2sums=('5022676dca1c2cb24e8f3e3387de8ef214979124b6d4a819f6328b2ffa0b19bddc5ef60131eb0133d809a214ecdf39fb5c01b197a44111e05a23740d4955c00c') +sha256sums=('08deddcd0a1dc6baabe674b07c6ff882118492c123d281f56f01905271a7ffc4') +b2sums=('58f3b19400fb7646d37c585df07435e65a60f3e57d445c98e8089c6a2ed853cb5dbab682d85cee1a604e1b4de6dd137faa12bf78fe7913752839f95bd651435f') build() { cd $_name-$pkgver @@ -27,7 +27,8 @@ # install to temporary location, as importlib is used python -m installer --destdir=test_dir dist/*.whl export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH" - pytest -vv -c /dev/null + # disable broken tests: https://github.com/ansible/ansible-compat/issues/210 + pytest -vv -c /dev/null -k 'not test_prerun_reqs_v1 and not test_prerun_reqs_v2' } package() {
