python-pytest: Update to 7.3.0

This also removes BROKEN from the package.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-02-20 00:52:53 +08:00
parent 550c29368e
commit c7820e4fb1
No known key found for this signature in database
GPG Key ID: C616D9E719E868E4
1 changed files with 6 additions and 9 deletions

View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-pytest
PKG_VERSION:=6.2.3
PKG_RELEASE:=2
PKG_VERSION:=7.3.0
PKG_RELEASE:=1
PYPI_NAME:=pytest
PKG_HASH:=671238a46e4df0f3498d1c3270e5deb9b32d25134c99b7d75370a68cfbe9b634
PKG_HASH:=58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=MIT
@ -32,14 +32,11 @@ define Package/python3-pytest
URL:=https://docs.pytest.org/en/latest/
DEPENDS:= \
+python3 \
+python3-more-itertools \
+python3-py \
+python3-attrs \
+python3-pluggy \
+python3-packaging \
+python3-toml \
+python3-iniconfig \
@BROKEN
+python3-tomli \
+python3-exceptiongroup \
+python3-iniconfig
endef
define Package/python3-pytest/description