Index: head/devel/py-pytest-timeout/Makefile =================================================================== --- head/devel/py-pytest-timeout/Makefile (revision 475142) +++ head/devel/py-pytest-timeout/Makefile (revision 475143) @@ -1,29 +1,29 @@ # Created by: Fukang Chen # $FreeBSD$ PORTNAME= pytest-timeout -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 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>=2.8.0:devel/py-pytest@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${PY_FLAVOR} \ +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} NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils TEST_ENV+= PYTHONPATH=${TEST_WRKSRC} do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest) .include Index: head/devel/py-pytest-timeout/distinfo =================================================================== --- head/devel/py-pytest-timeout/distinfo (revision 475142) +++ head/devel/py-pytest-timeout/distinfo (revision 475143) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522165891 -SHA256 (pytest-timeout-1.2.1.tar.gz) = 68b7d264633d5d33ee6b14ce3a7f7d05f8fd9d2f6ae594283221ec021736b7cd -SIZE (pytest-timeout-1.2.1.tar.gz) = 11498 +TIMESTAMP = 1532067067 +SHA256 (pytest-timeout-1.3.0.tar.gz) = 08b550b498b9251901a3747f02aa2624ed53a9c8285ca482551346c85b47d641 +SIZE (pytest-timeout-1.3.0.tar.gz) = 14649 Index: head/devel/py-pytest-timeout/pkg-descr =================================================================== --- head/devel/py-pytest-timeout/pkg-descr (revision 475142) +++ head/devel/py-pytest-timeout/pkg-descr (revision 475143) @@ -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/flub/pytest-timeout +WWW: https://bitbucket.org/pytest-dev/pytest-timeout