diff --git a/devel/py-pytest-timeout/Makefile b/devel/py-pytest-timeout/Makefile index b83d1183b1e9..0609a7eb2efe 100644 --- a/devel/py-pytest-timeout/Makefile +++ b/devel/py-pytest-timeout/Makefile @@ -1,28 +1,28 @@ # Created by: Fukang Chen PORTNAME= pytest-timeout -PORTVERSION= 1.3.4 +PORTVERSION= 1.4.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= loader@FreeBSD.org COMMENT= Pytest plugin to abort hanging tests LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes TEST_ENV+= PYTHONPATH=${TEST_WRKSRC} do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest) .include diff --git a/devel/py-pytest-timeout/distinfo b/devel/py-pytest-timeout/distinfo index 95a67e601a73..c30b13ea8928 100644 --- a/devel/py-pytest-timeout/distinfo +++ b/devel/py-pytest-timeout/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1579776551 -SHA256 (pytest-timeout-1.3.4.tar.gz) = 80faa19cd245a42b87a51699d640c00d937c02b749052bfca6bae8bdbe12c48e -SIZE (pytest-timeout-1.3.4.tar.gz) = 12255 +TIMESTAMP = 1611645002 +SHA256 (pytest-timeout-1.4.2.tar.gz) = 20b3113cf6e4e80ce2d403b6fb56e9e1b871b510259206d40ff8d609f48bda76 +SIZE (pytest-timeout-1.4.2.tar.gz) = 15424 diff --git a/devel/py-pytest-timeout/pkg-descr b/devel/py-pytest-timeout/pkg-descr index 83b39cccd366..3f12455b4dd1 100644 --- a/devel/py-pytest-timeout/pkg-descr +++ b/devel/py-pytest-timeout/pkg-descr @@ -1,6 +1,6 @@ This is a plugin which will terminate tests after a certain timeout. When doing so it will show a stack dump of all threads running at the time. This is useful when running tests under a continuous integration server or simply if you don't know why the test suite hangs. -WWW: https://bitbucket.org/pytest-dev/pytest-timeout +WWW: https://github.com/pytest-dev/pytest-timeout