File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
lang/python/python-pytest Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 88include $(TOPDIR ) /rules.mk
99
1010PKG_NAME: =python-pytest
11- PKG_VERSION: =7.3 .0
12- PKG_RELEASE: =2
11+ PKG_VERSION: =7.4 .0
12+ PKG_RELEASE: =1
1313
1414PYPI_NAME: =pytest
15- PKG_HASH: =58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d
15+ PKG_HASH: =b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a
1616
1717PKG_MAINTAINER: =Jan Pavlinec <
[email protected] >
1818PKG_LICENSE: =MIT
@@ -29,18 +29,17 @@ define Package/python3-pytest
2929 SECTION:=lang
3030 CATEGORY:=Languages
3131 TITLE:=Python testing framework
32- URL:=https://docs. pytest.org/en/latest /
32+ URL:=https://pytest.org/
3333 DEPENDS:= \
3434 +python3 \
35- +python3-pluggy \
35+ +python3-iniconfig \
3636 +python3-packaging \
37- +python3-exceptiongroup \
38- +python3-iniconfig
37+ +python3-pluggy
3938endef
4039
4140define Package/python3-pytest/description
42- The pytest framework makes it easy to write small tests, yet scales to support
43- complex functional testing for applications and libraries.
41+ The pytest framework makes it easy to write small tests, yet scales to
42+ support complex functional testing for applications and libraries.
4443endef
4544
4645$(eval $(call Py3Package,python3-pytest))
You can’t perform that action at this time.
0 commit comments