diff --git a/srcpkgs/python-pytest/template b/srcpkgs/python-pytest/template index 1ccc6481e34..aebd31da598 100644 --- a/srcpkgs/python-pytest/template +++ b/srcpkgs/python-pytest/template @@ -1,23 +1,23 @@ # Template file for 'python-pytest' pkgname=python-pytest -version=4.6.7 -revision=2 +version=4.6.9 +revision=1 archs=noarch -wrksrc="${pkgname/python-//}-${version}" +wrksrc="pytest-${version}" build_style=python2-module hostmakedepends="python-setuptools" depends="python-atomicwrites python-attrs python-funcsigs python-more-itertools python-pluggy python-py python-setuptools python-pathlib2 python-six python-wcwidth python-hypothesis python-importlib_metadata python-packaging" -checkdepends="$depends tox" +checkdepends="$depends python-mock tox" short_desc="Simple powerful testing with Python 2" maintainer="Orphaned " license="MIT" homepage="https://pytest.org/en/latest/" changelog="https://docs.pytest.org/en/latest/changelog.html" distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz" -checksum=9ea149066f566c943d3122f4b1cf1b577cab73189d11f490b54703fa5fa9df50 +checksum=19e8f75eac01dd3f211edd465b39efbcbdc8fc5f7866d7dd49fedb30d8adf339 alternatives=" pytest:pytest:/usr/bin/pytest2 pytest:py.test:/usr/bin/py.test2" diff --git a/srcpkgs/python-pytest/update b/srcpkgs/python-pytest/update new file mode 100644 index 00000000000..2638b2b10b6 --- /dev/null +++ b/srcpkgs/python-pytest/update @@ -0,0 +1 @@ +ignore="5.*"