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