python-pytest: Update to 7.4.0, update list of dependencies

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-08-19 04:42:43 +08:00 committed by Tianling Shen
parent 383b8c1658
commit b130986e17
1 changed files with 8 additions and 9 deletions

View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-pytest
PKG_VERSION:=7.3.0
PKG_RELEASE:=2
PKG_VERSION:=7.4.0
PKG_RELEASE:=1
PYPI_NAME:=pytest
PKG_HASH:=58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d
PKG_HASH:=b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=MIT
@ -29,18 +29,17 @@ define Package/python3-pytest
SECTION:=lang
CATEGORY:=Languages
TITLE:=Python testing framework
URL:=https://docs.pytest.org/en/latest/
URL:=https://pytest.org/
DEPENDS:= \
+python3 \
+python3-pluggy \
+python3-iniconfig \
+python3-packaging \
+python3-exceptiongroup \
+python3-iniconfig
+python3-pluggy
endef
define Package/python3-pytest/description
The pytest framework makes it easy to write small tests, yet scales to support
complex functional testing for applications and libraries.
The pytest framework makes it easy to write small tests, yet scales to
support complex functional testing for applications and libraries.
endef
$(eval $(call Py3Package,python3-pytest))