Date: Thursday, April 9, 2020 @ 09:53:45 Author: dvzrv Revision: 612992
upgpkg: molecule 3.0.3-1: Upgrading to 3.0.3. Removing vagrant based plugin from optdepends. Not in the repos yet. Fixing tests to not run functional tests. Modified: molecule/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-09 09:01:14 UTC (rev 612991) +++ PKGBUILD 2020-04-09 09:53:45 UTC (rev 612992) @@ -1,8 +1,8 @@ # Maintainer: David Runge <[email protected]> pkgname=molecule -pkgver=3.0.2 -pkgrel=3 +pkgver=3.0.3 +pkgrel=1 pkgdesc="Aids in the development and testing of Ansible roles" arch=('any') url="https://github.com/ansible-community/molecule" @@ -12,7 +12,7 @@ 'python-gilt' 'python-jinja' 'python-paramiko' 'python-pexpect' 'python-pluggy' 'python-sh' 'python-six' 'python-tabulate' 'python-tree-format' 'python-yaml' 'yamllint') -makedepends=('python-setuptools-scm' 'python-simplejson' ) +makedepends=('python-setuptools-scm' 'python-simplejson') # TODO: potentially add 'python-shade' checkdepends=('docker' 'python-ansi2html' 'python-docker' 'python-mock' 'python-pytest' 'python-pytest-cov' 'python-pytest-helpers-namespace' @@ -21,13 +21,15 @@ optdepends=('docker: for the docker driver' 'podman: for the podman driver' 'python-pywinrm: for Windows support' - 'python-testinfra: for the testinfra verifier' - 'python-vagrant: for the vagrant driver') + 'python-testinfra: for the testinfra verifier') +# waiting on shibumi to move this to community +# 'molecule-vagrant: for the vagrant driver') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('fc7a1b4c70f075f9fdf3288c248406ab650569799d0b038e03547e7d0a3937b594a4de1b676cee204df1ddce6b85e5a3378b92a578e8d1b5b02bcc2ef224ccd3') +sha512sums=('4ffe5c10769ddf18adf028673f4f5a0b729274a7f9b030d18315e2dc2fc3097ac49629e405a54f6d549ecd3ef62d2297ec23a3d20b63f9da631b61da0ad436e3') prepare() { cd "$pkgname-$pkgver" + # python-pre-commit is absolutely not a runtime dependency sed -e '/pre-commit/d' -i setup.cfg } @@ -50,6 +52,7 @@ # do not run tests that require interaction with the docker daemon pytest -v \ --ignore='molecule/test/functional/docker/' \ + --ignore='molecule/test/functional/test_command.py' \ -k 'not test_execute \ and not test_execute_bakes \ and not test_execute_bakes_with_ansible_args \
