mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
python3-pytest: update to 7.2.1.
This commit is contained in:
parent
70af8722a3
commit
e15f2e7c9e
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue