File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
lang/python/python-pytest-xdist Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 88include $(TOPDIR ) /rules.mk
99
1010PKG_NAME: =python-pytest-xdist
11- PKG_VERSION: =2.2 .1
12- PKG_RELEASE: =2
11+ PKG_VERSION: =3.3 .1
12+ PKG_RELEASE: =1
1313
1414PYPI_NAME: =pytest-xdist
15- PKG_HASH: =718887296892f92683f6a51f25a3ae584993b06f7076ce1e1fd482e59a8220a2
15+ PKG_HASH: =d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93
1616
1717PKG_MAINTAINER: =Jan Pavlinec <
[email protected] >
1818PKG_LICENSE: =MIT
@@ -28,18 +28,19 @@ define Package/python3-pytest-xdist
2828 SUBMENU:=Python
2929 SECTION:=lang
3030 CATEGORY:=Languages
31- TITLE:=Pytest plugin for parallel test running
31+ TITLE:=pytest plugin for distributed testing
3232 URL:=https://github.com/pytest-dev/pytest-xdist
3333 DEPENDS:= \
3434 +python3-light \
35- +python3-pytest \
36- +python3-pytest-forked \
37- +python3-execnet
35+ +python3-uuid \
36+ +python3-execnet \
37+ +python3-pytest
3838endef
3939
4040define Package/python3-pytest-xdist/description
41- The pytest framework makes it easy to write small tests, yet scales to support
42- complex functional testing for applications and libraries.
41+ The pytest-xdist plugin extends pytest with new test execution modes,
42+ the most used being distributing tests across multiple CPUs to speed up
43+ test execution.
4344endef
4445
4546$(eval $(call Py3Package,python3-pytest-xdist))
You can’t perform that action at this time.
0 commit comments