pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-xdist
Module Name: pkgsrc
Committed By: adam
Date: Tue May 27 08:12:47 UTC 2025
Modified Files:
pkgsrc/devel/py-test-xdist: Makefile distinfo
Log Message:
py-test-xdist: updated to 3.7.0
pytest-xdist 3.7.0 (2025-05-26)
Features
- Added support for Python 3.13.
- The internal `steal` command is now atomic - it unschedules either all requested tests or none.
This is a prerequisite for group/scope support in the `worksteal` scheduler, so test groups won't be broken up incorrectly.
- Add the `--px` arg to create proxy gateways.
Proxy gateways are passed to additional gateways using the `via` keyword.
They can serve as a way to run multiple workers on remote machines.
- Now multiple ``xdist_group`` markers are considered when assigning tests to groups (order does not matter).
Previously, only the last marker would assign a test to a group, but now if a test has multiple ``xdist_group`` marks applied (for example via parametrization or via fixtures), they are merged to
make a new group.
Removals
- Dropped support for EOL Python 3.8.
Trivial Changes
- Update an error message to better indicate where users should go for more information.
- Switched to using a SPDX license identifier introduced in PEP 639.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/py-test-xdist/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-test-xdist/Makefile
diff -u pkgsrc/devel/py-test-xdist/Makefile:1.45 pkgsrc/devel/py-test-xdist/Makefile:1.46
--- pkgsrc/devel/py-test-xdist/Makefile:1.45 Sat Apr 12 21:10:59 2025
+++ pkgsrc/devel/py-test-xdist/Makefile Tue May 27 08:12:47 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2025/04/12 21:10:59 adam Exp $
+# $NetBSD: Makefile,v 1.46 2025/05/27 08:12:47 adam Exp $
-DISTNAME= pytest_xdist-3.6.1
+DISTNAME= pytest_xdist-3.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xdist/}
Index: pkgsrc/devel/py-test-xdist/distinfo
diff -u pkgsrc/devel/py-test-xdist/distinfo:1.40 pkgsrc/devel/py-test-xdist/distinfo:1.41
--- pkgsrc/devel/py-test-xdist/distinfo:1.40 Tue Apr 30 06:35:07 2024
+++ pkgsrc/devel/py-test-xdist/distinfo Tue May 27 08:12:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2024/04/30 06:35:07 adam Exp $
+$NetBSD: distinfo,v 1.41 2025/05/27 08:12:47 adam Exp $
-BLAKE2s (pytest_xdist-3.6.1.tar.gz) = d59cb1f23dbb69f309edc4fa401208a0649e59687bd4202753492cc50f6e4c70
-SHA512 (pytest_xdist-3.6.1.tar.gz) = 583a78d0adc05d81458bbdd5832c239581c0fcd9cad9edfd16fa78009c005c15bffec7ed074d9e18f1542393f62d9ccb2c9e0a96d825e9cff1faec123545a2a3
-Size (pytest_xdist-3.6.1.tar.gz) = 84060 bytes
+BLAKE2s (pytest_xdist-3.7.0.tar.gz) = 81d540cf783a01428958617882213d159f12fe769c15c7f5dcb160731f5ab0fc
+SHA512 (pytest_xdist-3.7.0.tar.gz) = 5c2287a29d2052544a1374c552fd0113841611a5dbd76aae5fc8cf990106734468e73df5c6fffb2134d226fa2e397ea11d505ac57493ac497dcc1f277905586f
+Size (pytest_xdist-3.7.0.tar.gz) = 87550 bytes
Home |
Main Index |
Thread Index |
Old Index