From b130986e1734576de957df37dfc4451756f2d070 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Sat, 19 Aug 2023 04:42:43 +0800 Subject: [PATCH] python-pytest: Update to 7.4.0, update list of dependencies Signed-off-by: Jeffery To --- lang/python/python-pytest/Makefile | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/lang/python/python-pytest/Makefile b/lang/python/python-pytest/Makefile index 473192c312..6643e14bce 100644 --- a/lang/python/python-pytest/Makefile +++ b/lang/python/python-pytest/Makefile @@ -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 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))