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:           Wed May 24 06:53:06 UTC 2023

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

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

pytest-xdist 3.3.1 (2023-05-19)

Bug Fixes
- Avoid remote calls during startup as ``execnet`` by default does not ensure remote affinity with the
  main thread and might accidentally schedule the pytest worker into a non-main thread, which breaks numerous frameworks,
  for example ``asyncio``, ``anyio``, ``PyQt/PySide``, etc.

  A more safe correction will require thread affinity in ``execnet``

pytest-xdist 3.3.0 (2023-05-12)

Features
- Improved progress output when collecting nodes to be less verbose.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-test-xdist/Makefile \
    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.36 pkgsrc/devel/py-test-xdist/Makefile:1.37
--- pkgsrc/devel/py-test-xdist/Makefile:1.36    Mon Mar 13 08:45:46 2023
+++ pkgsrc/devel/py-test-xdist/Makefile Wed May 24 06:53:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2023/03/13 08:45:46 adam Exp $
+# $NetBSD: Makefile,v 1.37 2023/05/24 06:53:06 adam Exp $
 
-DISTNAME=      pytest-xdist-3.2.1
+DISTNAME=      pytest-xdist-3.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 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.36 pkgsrc/devel/py-test-xdist/distinfo:1.37
--- pkgsrc/devel/py-test-xdist/distinfo:1.36    Mon Mar 13 08:45:46 2023
+++ pkgsrc/devel/py-test-xdist/distinfo Wed May 24 06:53:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2023/03/13 08:45:46 adam Exp $
+$NetBSD: distinfo,v 1.37 2023/05/24 06:53:06 adam Exp $
 
-BLAKE2s (pytest-xdist-3.2.1.tar.gz) = 68cdc8aa7a36b0f4f621a66c4a547c07a51835e660a809416a84c04e0448a3ca
-SHA512 (pytest-xdist-3.2.1.tar.gz) = ea42bea8b4df3d77ef680cba81f76f9f79d0ffcaad6f5f879cc82c53203d36ffe26f233dd6c5d1cbea22b43d257f0f4e6be793116bb281956316c44fc412f9b7
-Size (pytest-xdist-3.2.1.tar.gz) = 76362 bytes
+BLAKE2s (pytest-xdist-3.3.1.tar.gz) = 429034b312ab0f9b37851f8a0c90bfbebbda78dcc70c8fd33e348095e4d6faaa
+SHA512 (pytest-xdist-3.3.1.tar.gz) = f439ff1acf65a8df025fec847602ebdc5355b2099501845f8cde3c5287299a9c3102fa6dd6fc82a30bc016893556a24b0b5409323f5db4015e77c711a7b5c59f
+Size (pytest-xdist-3.3.1.tar.gz) = 77751 bytes



Home | Main Index | Thread Index | Old Index