Port details |
- py-pytest-timeout Pytest plugin to abort hanging tests
- 1.4.2 devel
=1 1.4.2Version of this port present on the latest quarterly branch. - Maintainer: loader@FreeBSD.org
 - Port Added: 2015-05-22 07:16:14
- Last Update: 2022-04-07 18:59:36
- Commit Hash: afbad07
- People watching this port, also watch:: py38-Automat, freeimage, font-misc-meltho, libjxl, py38-pycparser
- Also Listed In: python
- License: MIT
- Description:
- 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://github.com/pytest-dev/pytest-timeout
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pytest-timeout/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pytest-timeout
- pkg install py38-pytest-timeout
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-pytest-timeout listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pytest-timeout
- Package flavors (<flavor>: <package>)
- py38: py38-pytest-timeout
- distinfo:
- TIMESTAMP = 1611645002
SHA256 (pytest-timeout-1.4.2.tar.gz) = 20b3113cf6e4e80ce2d403b6fb56e9e1b871b510259206d40ff8d609f48bda76
SIZE (pytest-timeout-1.4.2.tar.gz) = 15424
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-pytest>=3.6.0 : devel/py-pytest@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_py-pytest-timeout
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2022 18:59:36 1.4.2
|
Dmitry Marakasov (amdmi3)  |
devel/py-pytest-timeout: fix tests by adding missing test depend
Approved by: portmgr blanket |
10 Apr 2021 04:16:48 1.4.2
|
Fukang Chen (loader)  |
devel/py-pytest-timeout: Update to 1.4.2
- Update to 1.4.2
- Project homepage moved to GitHub
Approved by: koobs (mentor, implicit)
MFH: No (catch up with upstream new release) |
06 Apr 2021 14:31:07 1.3.4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jul 2020 07:59:28
1.3.4
|
antoine  |
Unbreak bulk -a |
25 Jan 2020 05:45:21
1.3.4
|
loader  |
devel/py-pytest-timeout: Update to 1.3.4
Changelog:
https://github.com/pytest-dev/pytest-timeout/compare/1.3.3..1.3.4
Reviewed by: koobs
Approved by: koobs (ports, mentor)
Differential Revision: https://reviews.freebsd.org/D23346 |
21 Dec 2018 03:59:58
1.3.3
|
loader  |
devel/py-pytest-timeout: Update to 1.3.3
Changelog:
https://bitbucket.org/pytest-dev/pytest-timeout/commits/d29ad5ecbf94ae609a0af7f34a9cc8a900f0c075
Reviewed by: koobs
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D18620 |
17 Sep 2018 15:14:59
1.3.2
|
loader  |
devel/py-pytest-timeout: Update to 1.3.2
Changelog:
https://bitbucket.org/pytest-dev/pytest-timeout/commits/fe7aed25207c1bc37cd5b76a799dc4738be44fb6
- Update PORTVERSION and distinfo checksum to 1.3.2
- Remove patch-setup.py, it has been merged into 1.3.2
- Pet portlint
Reviewed by: koobs
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D17188 |
05 Aug 2018 07:31:12
1.3.1
|
loader  |
devel/py-pytest-timeout: Update to 1.3.1
Changelog:
https://bitbucket.org/pytest-dev/pytest-timeout/commits/17415e95a83386e2b4dba12b995ce13bd0dbdb6b?at=1.3.1#chg-README
- Update PORTVERSION and distinfo checksum to 1.3.1
- Add a patch to fix build with Python 3.x in the C locale [0]
[0]
https://bitbucket.org/pytest-dev/pytest-timeout/pull-requests/15/use-utf-8-encoding-to-open-the-readme-file/
Reviewed by: koobs
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D16567 |
23 Jul 2018 03:19:26
1.3.0
|
loader  |
devel/py-pytest-timeout: Update to 1.3.0
https://bitbucket.org/pytest-dev/pytest-timeout/commits/bc44bf29c3d5be6295b43fde8709c0c56ab36b99#chg-README
Reviewed by: koobs
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D16367 |
20 Jun 2018 17:05:44
1.2.1
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
23 Apr 2018 08:32:34
1.2.1
|
loader  |
devel/py-pytest-timeout: Update to 1.2.1
- Update PORTVERSION and distinfo checksum to 1.2.1
- Add misc/py-pexpect to TEST_DEPENDS
Reviewed by: koobs
Approved by: koobs (ports)
Differential Revision: https://reviews.freebsd.org/D15004 |
29 Dec 2017 09:01:54
1.2.0 
|
antoine  |
Simplify some USES=python
With hat: portmgr |
30 Nov 2017 15:50:34
1.2.0 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
23 Jun 2017 06:01:54
1.2.0
|
loader  |
devel/py-pytest-timeout: Update to 1.2.0
- Add NO_ARCH
- Add regression test
Reviewed by: koobs
Approved by: koobs (ports)
Differential Revision: https://reviews.freebsd.org/D10676 |
10 Jun 2017 01:25:30
0.4
|
woodsb02  |
[NEW] devel/py3-pytest-timeout: Add Python 3.x version of this port
PR: 219833 |
19 May 2016 10:21:25
0.4
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
0.4
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
09 Sep 2015 14:14:41
0.4
|
loader  |
- use my full name in the "Created by:" field, suggested by danfe.
- update my email address to loader@FreeBSD.org.
Approved by: danfe
Differential Revision: https://reviews.freebsd.org/D3612 |
22 May 2015 07:15:57
0.4
|
loader  |
Add new port devel/py-pytest-timeout
PR: 200145
Submitted by: loader@
Approved by: koobs@ |