Skip to content
Snippets Groups Projects
Commit 799d6652 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

deve/py-pytest-parallel: New port: Pytest plugin for parallel and concurrent testing

parent 1e5aaab3
No related branches found
No related tags found
No related merge requests found
......@@ -5135,6 +5135,7 @@
SUBDIR += py-pytest-mutagen
SUBDIR += py-pytest-mypy
SUBDIR += py-pytest-nunit
SUBDIR += py-pytest-parallel
SUBDIR += py-pytest-pep8
SUBDIR += py-pytest-plus
SUBDIR += py-pytest-profiling
......
PORTNAME= pytest-parallel
DISTVERSION= 0.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Pytest plugin for parallel and concurrent testing
WWW= https://github.com/browsertron/pytest-parallel
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tblib>0:devel/py-tblib@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils pytest # many tests fail, see https://github.com/browsertron/pytest-parallel/issues/115
NO_ARCH= yes
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
.include <bsd.port.mk>
TIMESTAMP = 1664131953
SHA256 (pytest-parallel-0.1.1.tar.gz) = 9aac3fc199a168c0a8559b60249d9eb254de7af58c12cee0310b54d4affdbfab
SIZE (pytest-parallel-0.1.1.tar.gz) = 9547
The pytest-parallel plugin makes it possible to run tests quickly using
multiprocessing (parallelism) and multithreading (concurrency).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment