python-pytest: update to 4.6.9.

This commit is contained in:
Đoàn Trần Công Danh 2020-02-21 18:06:51 +07:00 committed by Juan RP
parent 6ed1f88802
commit 72ef710234
2 changed files with 6 additions and 5 deletions

View file

@ -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 <orphan@voidlinux.org>"
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"

View file

@ -0,0 +1 @@
ignore="5.*"