Skip to content

Commit

Permalink
py-test5: updated to 5.3.2
Browse files Browse the repository at this point in the history
pytest 5.3.2:

Improvements
* Revert “A warning is now issued when assertions are made for None”.

The warning proved to be less useful than initially expected and had quite a few false positive cases.

Bug Fixes
* junitxml: Logs for failed test are now passed to junit report in case the test fails during call phase.
* The supporting files in the .pytest_cache directory are kept with --cache-clear, which only clears cached values now.
* Fix assertion rewriting for egg-based distributions and editable installs (pip install --editable).
  • Loading branch information
adam committed Dec 15, 2019
1 parent ce630b3 commit 586fd8e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions devel/py-test5/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2019/11/28 06:28:25 adam Exp $
# $NetBSD: Makefile,v 1.8 2019/12/15 11:30:37 adam Exp $

DISTNAME= pytest-5.3.1
DISTNAME= pytest-5.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
Expand Down
11 changes: 7 additions & 4 deletions devel/py-test5/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2019/10/22 18:39:38 adam Exp $
@comment $NetBSD: PLIST,v 1.2 2019/12/15 11:30:37 adam Exp $
bin/py.test-${PYVERSSUFFIX}
bin/pytest-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
Expand Down Expand Up @@ -176,6 +176,9 @@ ${PYSITELIB}/_pytest/warning_types.pyo
${PYSITELIB}/_pytest/warnings.py
${PYSITELIB}/_pytest/warnings.pyc
${PYSITELIB}/_pytest/warnings.pyo
${PYSITELIB}/pytest.py
${PYSITELIB}/pytest.pyc
${PYSITELIB}/pytest.pyo
${PYSITELIB}/pytest/__init__.py
${PYSITELIB}/pytest/__init__.pyc
${PYSITELIB}/pytest/__init__.pyo
${PYSITELIB}/pytest/__main__.py
${PYSITELIB}/pytest/__main__.pyc
${PYSITELIB}/pytest/__main__.pyo
10 changes: 5 additions & 5 deletions devel/py-test5/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2019/11/28 06:28:25 adam Exp $
$NetBSD: distinfo,v 1.7 2019/12/15 11:30:37 adam Exp $

SHA1 (pytest-5.3.1.tar.gz) = 7e6d532201a57c1bc96ebb73ce3ea6ac8d5f66d1
RMD160 (pytest-5.3.1.tar.gz) = ae00029add95e541cb0173f6306cfa610fe0097f
SHA512 (pytest-5.3.1.tar.gz) = e949a516c064a7050a0ad15356cc0bf25e4840e830f03e1925530c8a2dd9903d7632e55535894474422ba86fd9ed7a397c483d98dad297990b7b49456147189e
Size (pytest-5.3.1.tar.gz) = 994584 bytes
SHA1 (pytest-5.3.2.tar.gz) = 3968347f945bc0c60578d245d65775f83d90ac5a
RMD160 (pytest-5.3.2.tar.gz) = c3e91b99a9f5327474e635d32481be79f0ad4383
SHA512 (pytest-5.3.2.tar.gz) = 2ab39973848d2d4693edd1dbd7ab2798b574026c9277bddd4a18e57aec65b3d93de201e87f58eb26030183b5c71818e6e56bcc1cda8c50892546cb1c04d6984a
Size (pytest-5.3.2.tar.gz) = 995560 bytes

0 comments on commit 586fd8e

Please sign in to comment.