pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-rerunfailures



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 10 21:49:59 UTC 2021

Modified Files:
        pkgsrc/devel/py-test-rerunfailures: Makefile distinfo

Log Message:
py-test-rerunfailures: updated to 9.1.1

9.1.1

Compatibility fix.
- Ignore ``--result-log`` command line option when used together with ``pytest
  >= 6.1.0``, as it was removed there. This is a quick fix, use an older
  version of pytest, if you want to keep this feature for now.
- Support up to pytest 6.1.0.

9.1

Features
- Add a new flag ``--only-rerun`` to allow for users to rerun only certain
  errors.

Other changes
- Drop dependency on ``mock``.
- Add support for pre-commit and add a linting tox target.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-rerunfailures/Makefile \
    pkgsrc/devel/py-test-rerunfailures/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-rerunfailures/Makefile
diff -u pkgsrc/devel/py-test-rerunfailures/Makefile:1.3 pkgsrc/devel/py-test-rerunfailures/Makefile:1.4
--- pkgsrc/devel/py-test-rerunfailures/Makefile:1.3     Sat May 16 16:45:20 2020
+++ pkgsrc/devel/py-test-rerunfailures/Makefile Sun Jan 10 21:49:59 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/05/16 16:45:20 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/01/10 21:49:59 adam Exp $
 
-DISTNAME=      pytest-rerunfailures-9.0
+DISTNAME=      pytest-rerunfailures-9.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/}
Index: pkgsrc/devel/py-test-rerunfailures/distinfo
diff -u pkgsrc/devel/py-test-rerunfailures/distinfo:1.3 pkgsrc/devel/py-test-rerunfailures/distinfo:1.4
--- pkgsrc/devel/py-test-rerunfailures/distinfo:1.3     Sat May 16 16:45:20 2020
+++ pkgsrc/devel/py-test-rerunfailures/distinfo Sun Jan 10 21:49:59 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/05/16 16:45:20 adam Exp $
+$NetBSD: distinfo,v 1.4 2021/01/10 21:49:59 adam Exp $
 
-SHA1 (pytest-rerunfailures-9.0.tar.gz) = 047b9afc419ae1c5279109337fcf5fe786e10bff
-RMD160 (pytest-rerunfailures-9.0.tar.gz) = 9060cf43334cde5fa98e7ffc2e817939ed198a05
-SHA512 (pytest-rerunfailures-9.0.tar.gz) = c5ac12dda4b8411627be2950baa3c910cdb9b7111d792adcfa55d053912090ab6a221de481938d8722c346d34b07fe7f629be7e853d209ea41c4d7efb1781c0c
-Size (pytest-rerunfailures-9.0.tar.gz) = 10023 bytes
+SHA1 (pytest-rerunfailures-9.1.1.tar.gz) = 7c1e94eb21348badfce98ecfcc60b1292fbe1bb4
+RMD160 (pytest-rerunfailures-9.1.1.tar.gz) = f117e3d45febebdce46ea17ee6089913e2b9dba5
+SHA512 (pytest-rerunfailures-9.1.1.tar.gz) = 875591306ab010494ccbb865ea6445ab37422fce9105260d9495215af44057210564aca4fed3b4765b5a30c1cbef120de716d15d10a6db91dcb7d9f5b4f3b102
+Size (pytest-rerunfailures-9.1.1.tar.gz) = 12435 bytes



Home | Main Index | Thread Index | Old Index