python3-pytest: update to 7.2.1.

This commit is contained in:
Piotr Wójcik 2023-02-15 21:08:29 +01:00 committed by Chocimier
parent 70af8722a3
commit e15f2e7c9e

View file

@ -1,11 +1,11 @@
# Template file for 'python3-pytest'
pkgname=python3-pytest
version=7.1.3
version=7.2.1
revision=1
build_style=python3-module
_common_deps="python3-attrs python3-iniconfig python3-py python3-pluggy"
hostmakedepends="python3-setuptools_scm python3-wheel python3-Sphinx ${_common_deps}"
depends="python3-packaging python3-tomli ${_common_deps}"
depends="python3-packaging ${_common_deps}"
checkdepends="$depends python3-argcomplete python3-hypothesis python3-mock
python3-nose python3-requests python3-parsing python3-xmlschema"
short_desc="Simple powerful testing with Python 3"
@ -14,7 +14,7 @@ license="MIT"
homepage="https://docs.pytest.org/en/latest/"
changelog="https://docs.pytest.org/en/latest/changelog.html"
distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
checksum=4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39
checksum=d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42
alternatives="
pytest:pytest:/usr/bin/pytest3
pytest:py.test:/usr/bin/py.test3"