summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-11-15 07:43:41 +0000
committeradam <adam@pkgsrc.org>2017-11-15 07:43:41 +0000
commit6599e2f62cce5802d61569035ebdc8e123eab64a (patch)
tree2fc7e4a78a0ea11602e400765fe40d4ec24bf319 /devel
parent2d249939e233b8a8f16ee3eabe5cc67bfcbcd8e2 (diff)
downloadpkgsrc-6599e2f62cce5802d61569035ebdc8e123eab64a.tar.gz
py-test: updated to 3.2.4
Pytest 3.2.4: Bug Fixes * Fix the bug where running with --pyargs will result in items with empty parent.nodeid if run from a different root directory. * Fix issue with @pytest.parametrize if argnames was specified as keyword arguments. * Strip whitespace from marker names when reading them from INI config. * Show full context of doctest source in the pytest output, if the line number of failed example in the docstring is < 9
Diffstat (limited to 'devel')
-rw-r--r--devel/py-test/Makefile4
-rw-r--r--devel/py-test/PLIST5
-rw-r--r--devel/py-test/distinfo10
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/py-test/Makefile b/devel/py-test/Makefile
index 20adbe7452b..5d2d6692cbc 100644
--- a/devel/py-test/Makefile
+++ b/devel/py-test/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2017/10/05 06:54:09 adam Exp $
+# $NetBSD: Makefile,v 1.38 2017/11/15 07:43:41 adam Exp $
-DISTNAME= pytest-3.2.3
+DISTNAME= pytest-3.2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
diff --git a/devel/py-test/PLIST b/devel/py-test/PLIST
index 2865b1a131d..4a92b53fa80 100644
--- a/devel/py-test/PLIST
+++ b/devel/py-test/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2017/08/03 07:44:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/11/15 07:43:41 adam Exp $
bin/py.test-${PYVERSSUFFIX}
bin/pytest-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -89,6 +89,9 @@ ${PYSITELIB}/_pytest/mark.pyo
${PYSITELIB}/_pytest/monkeypatch.py
${PYSITELIB}/_pytest/monkeypatch.pyc
${PYSITELIB}/_pytest/monkeypatch.pyo
+${PYSITELIB}/_pytest/nodes.py
+${PYSITELIB}/_pytest/nodes.pyc
+${PYSITELIB}/_pytest/nodes.pyo
${PYSITELIB}/_pytest/nose.py
${PYSITELIB}/_pytest/nose.pyc
${PYSITELIB}/_pytest/nose.pyo
diff --git a/devel/py-test/distinfo b/devel/py-test/distinfo
index 150271eeb46..00796d35c07 100644
--- a/devel/py-test/distinfo
+++ b/devel/py-test/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2017/10/05 06:54:09 adam Exp $
+$NetBSD: distinfo,v 1.35 2017/11/15 07:43:41 adam Exp $
-SHA1 (pytest-3.2.3.tar.gz) = 5cfbf9cb25df71cbca2ab5710a821310c8ad38e6
-RMD160 (pytest-3.2.3.tar.gz) = b6774e77e0a36bae49d6fa86b92487fe68f2ac74
-SHA512 (pytest-3.2.3.tar.gz) = 40abe4e290c7e91fdfae3dc33aa242df51aef0476f8a400460a6e88e5a6c3895dbe30840b221bf123f487e301b55788591abbb64a6085830ad7859e134635cc7
-Size (pytest-3.2.3.tar.gz) = 788686 bytes
+SHA1 (pytest-3.2.4.tar.gz) = 03f24ab799c53c835fe4931a8ccff94c96f74109
+RMD160 (pytest-3.2.4.tar.gz) = d5bc488728604f04a99ffe1a66a8ec9707f344d5
+SHA512 (pytest-3.2.4.tar.gz) = 6c182618f6b34dbe97182d04462517941d00843e79f7221ef53236be51179a6880e5bc1fc8399bf1a8294daa85265c1c98e061b23d3c81ac49276b9805ae5ca2
+Size (pytest-3.2.4.tar.gz) = 792352 bytes