devel/py-pytest-randomly: create port

Pytest plugin to randomly order tests and control random.seed. (Also available
for nose).

WWW: https://github.com/pytest-dev/pytest-randomly
This commit is contained in:
Steve Wills 2020-07-21 02:29:45 +00:00
parent 007eba0306
commit c64b500689
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542707
4 changed files with 29 additions and 0 deletions

View file

@ -4933,6 +4933,7 @@
SUBDIR += py-pytest-mock
SUBDIR += py-pytest-pep8
SUBDIR += py-pytest-pycodestyle
SUBDIR += py-pytest-randomly
SUBDIR += py-pytest-relaxed
SUBDIR += py-pytest-rerunfailures
SUBDIR += py-pytest-runner

View file

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= pytest-randomly
PORTVERSION= 3.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= Pytest plugin to randomly order tests and control random.seed
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1595297035
SHA256 (pytest-randomly-3.4.1.tar.gz) = 5fd0dbeeb218a7ce029690a8100453cd8d6a7972cf9d8e657690352692e92c69
SIZE (pytest-randomly-3.4.1.tar.gz) = 31652

View file

@ -0,0 +1,4 @@
Pytest plugin to randomly order tests and control random.seed. (Also available
for nose).
WWW: https://github.com/pytest-dev/pytest-randomly