# Maintainer: Andy Botting _name=tempest pkgname=python-tempest pkgver=37.0.0 pkgrel=1 pkgdesc='OpenStack Integration Testing' arch=(any) url='https://docs.openstack.org/tempest/' license=(Apache) makedepends=(python-setuptools) depends=(python-pbr python-cliff python-jsonschema python-testtools python-paramiko python-netaddr python-testrepository python-oslo-concurrency python-oslo-config python-oslo-log python-oslo-serialization python-oslo-utils python-six python-fixtures python-yaml python-subunit python-stevedore python-prettytable python-os-testr python-urllib3 python-debtcollector) checkdepends=(python-hacking python-mock python-oslotest) source=("$pkgname-$pkgver.tar.gz::https://opendev.org/openstack/tempest/archive/$pkgver.tar.gz") sha512sums=('a7358d139350b38f5f21fd3591ea01aaa90c9c9f0119ef015f2dd0678aaa87fe201cf1c82bb216809a938004642a3a53ff44a65456a508f192582d13be1b1242') export PBR_VERSION=$pkgver build() { cd $_name python setup.py build } # Disabling due to 9 test failures #check() { # cd tempest-$pkgver # stestr --test-path tempest/tests run #} package() { cd $_name python setup.py install --root="$pkgdir" --optimize=1 }