Skip to content

Commit c175cb6

Browse files
jefferytolu-zero
authored andcommitted
python-pytest-xdist: Update to 3.3.1, update list of dependencies
Signed-off-by: Jeffery To <[email protected]>
1 parent eb80c40 commit c175cb6

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

lang/python/python-pytest-xdist/Makefile

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_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

1414
PYPI_NAME:=pytest-xdist
15-
PKG_HASH:=718887296892f92683f6a51f25a3ae584993b06f7076ce1e1fd482e59a8220a2
15+
PKG_HASH:=d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93
1616

1717
PKG_MAINTAINER:=Jan Pavlinec <[email protected]>
1818
PKG_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
3838
endef
3939

4040
define 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.
4344
endef
4445

4546
$(eval $(call Py3Package,python3-pytest-xdist))

0 commit comments

Comments
 (0)