devel/py-pytest-subtests: Add py-pytest-subtests 0.3.2

This pytest plugin was generated with Cookiecutter along with @hackebrot's
cookiecutter-pytest-plugin template.

WWW: https://github.com/pytest-dev/pytest-subtests
This commit is contained in:
Po-Chuan Hsieh 2022-03-25 20:45:28 +08:00
parent d985e03910
commit a68499802f
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 31 additions and 0 deletions

View file

@ -5105,6 +5105,7 @@
SUBDIR += py-pytest-rerunfailures
SUBDIR += py-pytest-runner
SUBDIR += py-pytest-shutil
SUBDIR += py-pytest-subtests
SUBDIR += py-pytest-sugar
SUBDIR += py-pytest-timeout
SUBDIR += py-pytest-tornado

View file

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pytest-subtests
PORTVERSION= 0.3.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= unittest subTest() support and subtests fixture
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.0,1:devel/py-pytest@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1647264404
SHA256 (pytest-subtests-0.3.2.tar.gz) = 677281a196092c06d3da8e6408f0c1362b3f7b180e3c0e9113c7209b6b48afd7
SIZE (pytest-subtests-0.3.2.tar.gz) = 9694

View file

@ -0,0 +1,4 @@
This pytest plugin was generated with Cookiecutter along with @hackebrot's
cookiecutter-pytest-plugin template.
WWW: https://github.com/pytest-dev/pytest-subtests