diff options
author | adam <adam@pkgsrc.org> | 2018-11-11 21:56:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-11-11 21:56:21 +0000 |
commit | f3aa3247cb1e47d58ed41acffbaf0a08c9bb9fd1 (patch) | |
tree | 46d2853105edbe9fbbe4999664e88e8e89af95f4 /devel | |
parent | 0bbc0de497103d16e53f5e14c030e43cab28a866 (diff) | |
download | pkgsrc-f3aa3247cb1e47d58ed41acffbaf0a08c9bb9fd1.tar.gz |
py-test: updated to 3.10.1
pytest 3.10.1:
Bug Fixes
- Fix nested usage of debugging plugin (pdb), e.g. with pytester's testdir.runpytest.
- Block the stepwise plugin if cacheprovider is also blocked, as one depends on the other.
- Parse minversion as an actual version and not as dot-separated strings.
- Fix duplicate collection due to multiple args matching the same packages.
- Fix item.nodeid with resolved symlinks.
- Fix collection of direct symlinked files, where the target does not match python_files.
- Fix TypeError in report_collect with _collect_report_last_write.
Trivial/Internal Changes
- Replace byte/unicode helpers in test_capture with python level syntax.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-test/Makefile | 4 | ||||
-rw-r--r-- | devel/py-test/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-test/Makefile b/devel/py-test/Makefile index 32b6ae72b9a..4ee5ba7e1c9 100644 --- a/devel/py-test/Makefile +++ b/devel/py-test/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2018/11/05 08:36:25 adam Exp $ +# $NetBSD: Makefile,v 1.65 2018/11/11 21:56:21 adam Exp $ -DISTNAME= pytest-3.10.0 +DISTNAME= pytest-3.10.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/} diff --git a/devel/py-test/distinfo b/devel/py-test/distinfo index 7d9af63d19c..1177d79e2e0 100644 --- a/devel/py-test/distinfo +++ b/devel/py-test/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.59 2018/11/05 08:36:25 adam Exp $ +$NetBSD: distinfo,v 1.60 2018/11/11 21:56:21 adam Exp $ -SHA1 (pytest-3.10.0.tar.gz) = 96af359d03f01d0dc8ff42b3ed733279760f00c8 -RMD160 (pytest-3.10.0.tar.gz) = 2d1c0e64e4ec649ac8b6edc102c27609ca76424e -SHA512 (pytest-3.10.0.tar.gz) = 454686cdaaed56e75524fadce5f672b620210fc987b157ebd912d2c01e362412ffe535ec2467b60863db33817542b9b41a2a5442558ce69cd38b2a846e4ed8d6 -Size (pytest-3.10.0.tar.gz) = 890744 bytes +SHA1 (pytest-3.10.1.tar.gz) = f5f26c444b347d1dca23f7bd6815f4c79baba1cb +RMD160 (pytest-3.10.1.tar.gz) = 72615fa1809e8d78786af81487371bb6ec28b52b +SHA512 (pytest-3.10.1.tar.gz) = 30ff79c0fdcbeef68e1191ff400a20428e391717f06957f554b694b94baaaa565dca01346fe989c3e443c4402f3b2bdbd5564f6303a4447f933fb54cba45628f +Size (pytest-3.10.1.tar.gz) = 892420 bytes |