mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
d985e03910
commit
a68499802f
4 changed files with 31 additions and 0 deletions
|
@ -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
|
||||
|
|
23
devel/py-pytest-subtests/Makefile
Normal file
23
devel/py-pytest-subtests/Makefile
Normal 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>
|
3
devel/py-pytest-subtests/distinfo
Normal file
3
devel/py-pytest-subtests/distinfo
Normal 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
|
4
devel/py-pytest-subtests/pkg-descr
Normal file
4
devel/py-pytest-subtests/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue