From f1d229cf57a1aded0e64a90cc4bdcb9abba081ae Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 31 Jan 2018 01:25:42 -0200 Subject: [PATCH] python-pytest: update to 3.4.1. Closes: #11267 [via git-merge-pr] --- srcpkgs/python-pytest/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-pytest/template b/srcpkgs/python-pytest/template index 70ee8817618..e08373579a9 100644 --- a/srcpkgs/python-pytest/template +++ b/srcpkgs/python-pytest/template @@ -1,24 +1,29 @@ # Template file for 'python-pytest' pkgname=python-pytest -version=3.3.2 +version=3.4.1 revision=1 wrksrc="${pkgname/python-//}-${version}" build_style=python-module pycompile_module="_pytest" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools python-py python-funcsigs python-pluggy python-attrs python-six" +checkdepends="python3-hypothesis python3-py python3-pluggy python3-attrs python3-six" short_desc="Pytest: simple powerful testing with Python2" maintainer="maxice8 " license="MIT" homepage="https://docs.pytest.org/en/latest/" distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz" -checksum=53548280ede7818f4dc2ad96608b9f08ae2cc2ca3874f2ceb6f97e3583f25bc4 +checksum=9ddcb879c8cc859d2540204b5399011f842e5e8823674bf429f70ada281b3cc6 alternatives=" python-pytest:pytest:/usr/bin/pytest2 python-pytest:py.test:/usr/bin/py.test2 " noarch=yes +do_check() { + python3 setup.py test +} + post_install() { vlicense LICENSE }