pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-subtests
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 18 13:20:31 UTC 2023
Modified Files:
pkgsrc/devel/py-test-subtests: Makefile distinfo
Log Message:
py-test-subtests: updated to 0.10.0
0.10.0 (2022-02-15)
-------------------
* Added experimental support for suppressing subtest output dots in non-verbose mode with ``--no-subtests-shortletter`` -- this allows the native pytest column calculations to not be disrupted and
minimizes unneeded output for large CI systems.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-subtests/Makefile \
pkgsrc/devel/py-test-subtests/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-test-subtests/Makefile
diff -u pkgsrc/devel/py-test-subtests/Makefile:1.3 pkgsrc/devel/py-test-subtests/Makefile:1.4
--- pkgsrc/devel/py-test-subtests/Makefile:1.3 Mon Nov 21 20:21:57 2022
+++ pkgsrc/devel/py-test-subtests/Makefile Tue Apr 18 13:20:31 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/11/21 20:21:57 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/04/18 13:20:31 adam Exp $
-DISTNAME= pytest-subtests-0.9.0
+DISTNAME= pytest-subtests-0.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-subtests/}
@@ -10,15 +10,15 @@ HOMEPAGE= https://github.com/pytest-dev/
COMMENT= Unittest subTest() support and subtests fixture
LICENSE= mit
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
PYTHON_VERSIONS_INCOMPATIBLE= 27
-#TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
# needs to be installed for testing
do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-subtests/distinfo
diff -u pkgsrc/devel/py-test-subtests/distinfo:1.3 pkgsrc/devel/py-test-subtests/distinfo:1.4
--- pkgsrc/devel/py-test-subtests/distinfo:1.3 Mon Nov 21 20:21:57 2022
+++ pkgsrc/devel/py-test-subtests/distinfo Tue Apr 18 13:20:31 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2022/11/21 20:21:57 adam Exp $
+$NetBSD: distinfo,v 1.4 2023/04/18 13:20:31 adam Exp $
-BLAKE2s (pytest-subtests-0.9.0.tar.gz) = d7c6930168f69d9b159ecff072316387eb7d0b3b929cee30d3b0a3a318a7dc3b
-SHA512 (pytest-subtests-0.9.0.tar.gz) = b331c32694f81892782beb435d076ee4588888b4721002d7e0993e459f1a847fccb5820b7b09e6dc3f456a2b6d0b8ba279516a1893cc5fca20314b6e2769581e
-Size (pytest-subtests-0.9.0.tar.gz) = 10914 bytes
+BLAKE2s (pytest-subtests-0.10.0.tar.gz) = 6838dd7b39f1324cf3c1350253d2fac17388498aee89546ed097f1121eabc537
+SHA512 (pytest-subtests-0.10.0.tar.gz) = 228b416b6a34386c8d6b393199f8683fdc7b015ce777a7251a472e704519065f6d2993efb110c35e090df1ac51023a1fdd3b5f85d2f7d6d6cbcb8677c459e532
+Size (pytest-subtests-0.10.0.tar.gz) = 11437 bytes
Home |
Main Index |
Thread Index |
Old Index