py-test-timeout: updated to 2.3.1

2.3.1

Fixup some build errors, mostly README syntax which stopped twine from uploading.

2.3.0

Fix debugger detection for recent VSCode, this compiles pydevd using cython which is now correctly detected. Thanks Adrian Gielniewski.
Switched to using Pytest's TerminalReporter instead of writing directly to sys.{stdout,stderr}. This change also switches all output from sys.stderr to sys.stdout. Thanks Pedro Algarvio.
Pytest 7.0.0 is now the minimum supported version. Thanks Pedro Algarvio.
Add --session-timeout option and session_timeout setting. Thanks Brian Okken.
This commit is contained in:
adam 2024-03-21 08:32:28 +00:00
parent 1791c5ef32
commit 675d533c01
3 changed files with 17 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.14 2023/10/10 16:01:13 adam Exp $
# $NetBSD: Makefile,v 1.15 2024/03/21 08:32:28 adam Exp $
DISTNAME= pytest-timeout-2.2.0
DISTNAME= pytest-timeout-2.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-timeout/}
@ -10,11 +10,13 @@ HOMEPAGE= https://github.com/pytest-dev/pytest-timeout
COMMENT= Py.test plugin to abort hanging tests
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-test>=5.0.0:../../devel/py-test
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,10 +1,10 @@
@comment $NetBSD: PLIST,v 1.1 2017/10/19 06:52:03 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@comment $NetBSD: PLIST,v 1.2 2024/03/21 08:32:28 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/pytest_timeout.py
${PYSITELIB}/pytest_timeout.pyc
${PYSITELIB}/pytest_timeout.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2023/10/10 16:01:13 adam Exp $
$NetBSD: distinfo,v 1.13 2024/03/21 08:32:28 adam Exp $
BLAKE2s (pytest-timeout-2.2.0.tar.gz) = e96f58ac8cb430c95f336c11b174d33048ca213f648378e505b8dbeb4c7fce73
SHA512 (pytest-timeout-2.2.0.tar.gz) = 11a0c4e958b324bff3e149bf2a7dc5bf6ab6549405d5061856f8f1ad0e43df1cddce83df4c804b717276bfbcfcf60ee6b400625d0f4e4e73c98785146c22164f
Size (pytest-timeout-2.2.0.tar.gz) = 16391 bytes
BLAKE2s (pytest-timeout-2.3.1.tar.gz) = 306f0223f6120d400de303bd4e24194c6a8fd5576266c5f0c2a7943924b22078
SHA512 (pytest-timeout-2.3.1.tar.gz) = f200d625d11f76173521f4e2e4e09d57f6613d9b1420c57893b454ec496d5f11b32390b95eb995b403d15f8563b742a58fa0e0cbad42246b4049787a389ad83e
Size (pytest-timeout-2.3.1.tar.gz) = 17697 bytes