python3-pyinfra: enable unit tests.
This commit is contained in:
parent
6e9dab3c84
commit
f85309e535
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@ hostmakedepends="python3-setuptools"
|
||||||
depends="python3 python3-Jinja2 python3-click python3-colorama python3-dateutil
|
depends="python3 python3-Jinja2 python3-click python3-colorama python3-dateutil
|
||||||
python3-distro python3-docopt python3-gevent python3-paramiko python3-pywinrm
|
python3-distro python3-docopt python3-gevent python3-paramiko python3-pywinrm
|
||||||
python3-six python3-yaml"
|
python3-six python3-yaml"
|
||||||
|
checkdepends="${depends} python3-pytest python3-mock openssh"
|
||||||
short_desc="Automate infrastructure super fast at massive scale"
|
short_desc="Automate infrastructure super fast at massive scale"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -23,3 +24,7 @@ post_install() {
|
||||||
rm -r ${DESTDIR}/${py3_sitelib}/tests
|
rm -r ${DESTDIR}/${py3_sitelib}/tests
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
pytest --disable-warnings
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue