py-test-xdist: updated to 3.1.0

pytest-xdist 3.1.0 (2022-12-01)
===============================

Features
--------
- Users can now set a default distribution mode in their configuration file:

  .. code-block:: ini

      [pytest]
      addopts = --dist loadscope

- Python 3.11 is now officially supported.

Removals
--------
- Python 3.6 is no longer supported.
This commit is contained in:
adam 2022-12-12 10:09:32 +00:00
parent 89d9351431
commit 228b4f05ab
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.33 2022/10/31 12:32:31 adam Exp $
# $NetBSD: Makefile,v 1.34 2022/12/12 10:09:32 adam Exp $
DISTNAME= pytest-xdist-3.0.2
DISTNAME= pytest-xdist-3.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xdist/}
@ -10,8 +10,8 @@ HOMEPAGE= https://github.com/pytest-dev/pytest-xdist
COMMENT= Plugin for distributed testing and loop-on-failing modes
LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet
DEPENDS+= ${PYPKGPREFIX}-test>=6.2.0:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-filelock-[0-9]*:../../devel/py-filelock

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.33 2022/10/31 12:32:31 adam Exp $
$NetBSD: distinfo,v 1.34 2022/12/12 10:09:32 adam Exp $
BLAKE2s (pytest-xdist-3.0.2.tar.gz) = f114afb23b80f976d0712237205041d00e4a8fab3a659c035c053601829f22cb
SHA512 (pytest-xdist-3.0.2.tar.gz) = 8b03dd156b7ef82b3b0c78f8aeb83410ce3014e3764aeca4161d57fe2ad557f0316ca86dbf06ac79ddc677df3dc838161fe427b0d1d9ba9446612360eb99fbf2
Size (pytest-xdist-3.0.2.tar.gz) = 69590 bytes
BLAKE2s (pytest-xdist-3.1.0.tar.gz) = 1f0392b72da6b96dcdfd2083a42a99776991c27b4b440036016283eec433396b
SHA512 (pytest-xdist-3.1.0.tar.gz) = 884cdd85754b36338666cbdd71575ef18465730cfc4ab7333b93aa46823c1dc33e8055117241f4c87e1b8c82492881cc0f91ef1bb2ddc164aa00bfa1e5e2d245
Size (pytest-xdist-3.1.0.tar.gz) = 71977 bytes