mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
python-pytest: Update to 7.4.0, update list of dependencies
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit b130986e17)
This commit is contained in:
committed by
Tianling Shen
parent
e968854326
commit
9b6dfcd0b4
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user