summaryrefslogtreecommitdiff
path: root/devel/py-test
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-09-24 08:06:29 +0000
committeradam <adam@pkgsrc.org>2018-09-24 08:06:29 +0000
commit7c9d5f9a2303e1625f331e68388a93d8fc145204 (patch)
treede23ddfe7a0b86acc3a1cd403855a3d4db8692c4 /devel/py-test
parent68ee25a313b78fff2997154db8077dc5a3341c42 (diff)
downloadpkgsrc-7c9d5f9a2303e1625f331e68388a93d8fc145204.tar.gz
py-test: updated to 3.8.1
pytest 3.8.1: Bug Fixes * .pytest_cache directory is now automatically ignored by Git. Users who would like to contribute a solution for other SCMs please consult/comment on this issue. * Fix the following error during collection of tests inside packages: TypeError: object of type 'Package' has no len() * Fix bug where indirect parametrization would consider the scope of all fixtures used by the test function to determine the parametrization scope, and not only the scope of the fixtures being parametrized. * Fix crash of the assertion rewriter if a test changed the current working directory without restoring it afterwards. * Fix issue that prevented some caplog properties (for example record_tuples) from being available when entering the debugger with --pdb. * Fix UnicodeDecodeError in python2.x when a class returns a non-ascii binary __repr__ in an assertion which also contains non-ascii text. Improved Documentation * New Deprecations and Removals page shows all currently deprecated features, the rationale to do so, and alternatives to update your code. It also list features removed from pytest in past major releases to help those with ancient pytest versions to upgrade. Trivial/Internal Changes * Improve pre-commit detection for changelog filenames * Remove legacy code around im_func as that was python2 only
Diffstat (limited to 'devel/py-test')
-rw-r--r--devel/py-test/Makefile4
-rw-r--r--devel/py-test/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-test/Makefile b/devel/py-test/Makefile
index e14903b852e..3f916a93942 100644
--- a/devel/py-test/Makefile
+++ b/devel/py-test/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2018/09/07 08:55:43 adam Exp $
+# $NetBSD: Makefile,v 1.59 2018/09/24 08:06:29 adam Exp $
-DISTNAME= pytest-3.8.0
+DISTNAME= pytest-3.8.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 6c6f1242952..da6270c8bf2 100644
--- a/devel/py-test/distinfo
+++ b/devel/py-test/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2018/09/07 08:55:43 adam Exp $
+$NetBSD: distinfo,v 1.54 2018/09/24 08:06:29 adam Exp $
-SHA1 (pytest-3.8.0.tar.gz) = 62574385ba916f8e86d7d6e03b720dea73150a78
-RMD160 (pytest-3.8.0.tar.gz) = 88fea5610b6497595f893ff133e5272cd14c53aa
-SHA512 (pytest-3.8.0.tar.gz) = 26efe2bcd6c86c55cb17a17ad3cfe0762ba5d61adf9830fe5780c0c90df65bbeb2346abb8310c6123c308ed0e641d4cf325ca9ac16dcd8994b6a636bcfd386a4
-Size (pytest-3.8.0.tar.gz) = 865922 bytes
+SHA1 (pytest-3.8.1.tar.gz) = 1ed43faeb95684da2823ed89f866ec308dd8b77a
+RMD160 (pytest-3.8.1.tar.gz) = d754e739cfcb14fd12ddbd0217c629553cb87f40
+SHA512 (pytest-3.8.1.tar.gz) = 8d1b79f4c813f46109e8ca91e4e41ba5f2efe21905bfb94d39c195728d2f994da6a55773b77f3fee603c1d8e97d965a58b0ca3e5148d2dcf5462780c01f43480
+Size (pytest-3.8.1.tar.gz) = 867647 bytes