py-test5: updated to 5.2.3
pytest 5.2.3: Bug Fixes - The first test in a package (``__init__.py``) marked with ``@pytest.mark.skip`` is now correctly skipped. - Fix ``--trace`` when used with parametrized functions. - Using ``request`` as a parameter name in ``@pytest.mark.parametrize`` now produces a more user-friendly error.
This commit is contained in:
parent
ecad4f58dc
commit
4f7106fd1a
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2019/10/29 22:27:29 gutteridge Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2019/11/15 11:01:30 adam Exp $
|
||||
|
||||
DISTNAME= pytest-5.2.2
|
||||
DISTNAME= pytest-5.2.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
|
||||
|
@ -10,8 +10,6 @@ HOMEPAGE= http://pytest.org/
|
|||
COMMENT= Python testing tool
|
||||
LICENSE= mit
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-atomicwrites>=1.0:../../devel/py-atomicwrites
|
||||
DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
|
||||
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
||||
|
@ -28,6 +26,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
|
|||
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-xmlschema-[0-9]*:../../textproc/py-xmlschema
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 # since 5.0.0
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
.if ${_PYTHON_VERSION} < 38
|
||||
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=0.12:../../devel/py-importlib-metadata
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2019/10/25 09:35:13 adam Exp $
|
||||
$NetBSD: distinfo,v 1.3 2019/11/15 11:01:30 adam Exp $
|
||||
|
||||
SHA1 (pytest-5.2.2.tar.gz) = 8220a9ac6eb15a6dbc093056b2d39305eff1d3d2
|
||||
RMD160 (pytest-5.2.2.tar.gz) = e24f37d1120d5dafc76df770d7d323edb95a4b55
|
||||
SHA512 (pytest-5.2.2.tar.gz) = c7beb885d7b5b089072d9b113add2f3d0cca794668f2f641e05f433e6c7023556e1d04f348e8b4510feb6236a1d44beb3f890884245c6d212e43553e39db0186
|
||||
Size (pytest-5.2.2.tar.gz) = 975772 bytes
|
||||
SHA1 (pytest-5.2.3.tar.gz) = 62de5e5af60738f48ab295261d5918ee61a9b6c9
|
||||
RMD160 (pytest-5.2.3.tar.gz) = e3bb9693929170237e58ebe55e86c096a62ba1b3
|
||||
SHA512 (pytest-5.2.3.tar.gz) = 3cb2e5a5d34ac1ca741ae46a5a16792fa2dceae9cf047b4989f52736d2ef1f1f3381d7b18cff6dc17ccd1aaa2dcb3437bf3596278ec285f68c52639f8039787f
|
||||
Size (pytest-5.2.3.tar.gz) = 976643 bytes
|
||||
|
|
Loading…
Reference in a new issue