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 Jul  1 14:47:25 UTC 2025

Modified Files:
        pkgsrc/devel/py-test-xdist: Makefile distinfo

Log Message:
py-test-xdist: updated to 3.8.0

pytest-xdist 3.8.0 (2025-06-30)

Features

- Add ``--no-loadscope-reorder`` and ``--loadscope-reorder`` option to control whether to automatically reorder tests in loadscope for tests where relative ordering matters. This only applies when 
using ``loadscope``.

  For example, [test_file_1, test_file_2, ..., test_file_n] are given as input test files, if ``--no-loadscope-reorder`` is used, for either worker, the ``test_file_a`` will be executed before 
``test_file_b`` only if ``a < b``.

  The default behavior is to reorder the tests to maximize the number of tests that can be executed in parallel.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.41 -r1.42 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.46 pkgsrc/devel/py-test-xdist/Makefile:1.47
--- pkgsrc/devel/py-test-xdist/Makefile:1.46    Tue May 27 08:12:47 2025
+++ pkgsrc/devel/py-test-xdist/Makefile Tue Jul  1 14:47:25 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2025/05/27 08:12:47 adam Exp $
+# $NetBSD: Makefile,v 1.47 2025/07/01 14:47:25 adam Exp $
 
-DISTNAME=      pytest_xdist-3.7.0
+DISTNAME=      pytest_xdist-3.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 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.41 pkgsrc/devel/py-test-xdist/distinfo:1.42
--- pkgsrc/devel/py-test-xdist/distinfo:1.41    Tue May 27 08:12:47 2025
+++ pkgsrc/devel/py-test-xdist/distinfo Tue Jul  1 14:47:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2025/05/27 08:12:47 adam Exp $
+$NetBSD: distinfo,v 1.42 2025/07/01 14:47:25 adam Exp $
 
-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
+BLAKE2s (pytest_xdist-3.8.0.tar.gz) = 119aef036ac7340d606c4db77165352a5b252ebfb50f8dfbaec965c587c7297c
+SHA512 (pytest_xdist-3.8.0.tar.gz) = fedea555be872afe09409cb1a2a3e5c183efefacc2f0eb6edeb306b855ac0ebd1d0b0063186c8c434410c0c35a178f5a80133d7f4b48ad71a4e4e0110315396b
+Size (pytest_xdist-3.8.0.tar.gz) = 88069 bytes



Home | Main Index | Thread Index | Old Index