summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-06-06 19:27:51 +0000
committeradam <adam@pkgsrc.org>2018-06-06 19:27:51 +0000
commit3863a048f3f6a4c570247cd912ee1159c38828fa (patch)
tree9974657defe9068154c9ff6beecf5b706fabc49e
parent8eac871843a10fed5f85eb4fefacc6d077b0dbc3 (diff)
downloadpkgsrc-3863a048f3f6a4c570247cd912ee1159c38828fa.tar.gz
py-test: updated to 3.6.1
Pytest 3.6.1: Bug Fixes * Fixed a bug where stdout and stderr were logged twice by junitxml when a test was marked xfail. * Fix usefixtures mark applyed to unittest tests by correctly instantiating FixtureInfo. * Fix assertion rewriter compatibility with libraries that monkey patch file objects. Improved Documentation * Added a section on how to use fixtures as factories to the fixture documentation. Trivial/Internal Changes * Enable caching for pip/pre-commit in order to reduce build time on travis/appveyor. * Switch pytest to the src/ layout as we already suggested it for good practice - now we implement it as well. * Fix if in tests to support 3.7.0b5, where a docstring handling in AST got reverted. * Remove some python2.5 compatibility code.
-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 7a3efddd725..aab02705ca3 100644
--- a/devel/py-test/Makefile
+++ b/devel/py-test/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2018/05/30 07:35:18 adam Exp $
+# $NetBSD: Makefile,v 1.49 2018/06/06 19:27:51 adam Exp $
-DISTNAME= pytest-3.6.0
+DISTNAME= pytest-3.6.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 75b61d9a9c1..8d081fafd01 100644
--- a/devel/py-test/distinfo
+++ b/devel/py-test/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2018/05/30 07:35:18 adam Exp $
+$NetBSD: distinfo,v 1.46 2018/06/06 19:27:51 adam Exp $
-SHA1 (pytest-3.6.0.tar.gz) = 167a0e86aec8d1e2ada0bde1d0fede4b62f83c39
-RMD160 (pytest-3.6.0.tar.gz) = 483c556974d171514d11780d0e4a4d124a4bce68
-SHA512 (pytest-3.6.0.tar.gz) = f49755957c098e0d6b4cd9613e288dd2b5b68b1db488fae999b3278bb56df9d516e5a4ef9b021b5df94228129fc3702577883c76be1fbecfb3a39ace0189482d
-Size (pytest-3.6.0.tar.gz) = 837109 bytes
+SHA1 (pytest-3.6.1.tar.gz) = 5db6f5b546ee061e32468cc197c80123269579cb
+RMD160 (pytest-3.6.1.tar.gz) = 6540ef9840426bb6ec17946b8f347cdff86ab2e0
+SHA512 (pytest-3.6.1.tar.gz) = 38a1ccc5a915c70c66b3c9ab89e8d42a1e481ec1dfb8aa1d37b1a03d9a4fa1167e9a278a280188f30abe3ad5bb1e1a0cc74e640ae2b2d005aa3f00abc5aef957
+Size (pytest-3.6.1.tar.gz) = 838906 bytes