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:           Fri May  5 13:04:34 UTC 2023

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

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

11.1.2 (2023-03-09)
-------------------

- Execute teardown when test was skipped in setup phase of a fixture.

11.1.1 (2023-02-17)
-------------------

- Fix crash during teardown when runtest protocol hook is overwritten by
  another plugin.
- Fix crash during teardown when TestCase class is used as base class.

11.1 (2023-02-09)
-----------------

Bug fixes

- Run teardown of session, class, ... scoped fixtures only once after rerunning tests

Features

- Expose `reruns` and `reruns_delay` through `pytest.ini` file.

11.0 (2023-01-12)
-----------------

Breaking changes

- Drop support for Python 3.6.
- Drop support for pytest < 6.

Bug fixes

- Fix crash when pytest-xdist is installed but disabled.
- Fix crash when xfail(strict=True) mark is used with --rerun-only flag.

Features

- Added option `--rerun-except` to rerun failed tests those are other than the mentioned Error.
- Add support for Python 3.11.
- Add support for pytest 7.0, 7.1, 7.2.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-rerunfailures/Makefile
cvs rdiff -u -r1.6 -r1.7 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.5 pkgsrc/devel/py-test-rerunfailures/Makefile:1.6
--- pkgsrc/devel/py-test-rerunfailures/Makefile:1.5     Tue Jan  4 20:53:42 2022
+++ pkgsrc/devel/py-test-rerunfailures/Makefile Fri May  5 13:04:34 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:42 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/05/05 13:04:34 adam Exp $
 
-DISTNAME=      pytest-rerunfailures-9.1.1
+DISTNAME=      pytest-rerunfailures-11.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/}
 
@@ -11,7 +10,8 @@ HOMEPAGE=     https://github.com/pytest-dev/
 COMMENT=       Pytest plugin to re-run tests to eliminate flaky failures
 LICENSE=       mpl-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-test>=5.0:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=17.1:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-test>=5.3:../../devel/py-test
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-test-rerunfailures/distinfo
diff -u pkgsrc/devel/py-test-rerunfailures/distinfo:1.6 pkgsrc/devel/py-test-rerunfailures/distinfo:1.7
--- pkgsrc/devel/py-test-rerunfailures/distinfo:1.6     Tue Oct 26 10:19:09 2021
+++ pkgsrc/devel/py-test-rerunfailures/distinfo Fri May  5 13:04:34 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:19:09 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/05/05 13:04:34 adam Exp $
 
-BLAKE2s (pytest-rerunfailures-9.1.1.tar.gz) = 9ca3ce2b128ae22e63882ca84d107c327deb5f9048752800a6d8ad89eb42344b
-SHA512 (pytest-rerunfailures-9.1.1.tar.gz) = 875591306ab010494ccbb865ea6445ab37422fce9105260d9495215af44057210564aca4fed3b4765b5a30c1cbef120de716d15d10a6db91dcb7d9f5b4f3b102
-Size (pytest-rerunfailures-9.1.1.tar.gz) = 12435 bytes
+BLAKE2s (pytest-rerunfailures-11.1.2.tar.gz) = 752b26a0ff6e512048d7c57b7bd5ee4d8dae97b76904756961be551686f55082
+SHA512 (pytest-rerunfailures-11.1.2.tar.gz) = 309a0d180a996ddb5d6eb0833e6abd107887bc17ca3003a2b02bbaf5a4cbd63012618ee293a2a80623ca327b46ce7a5cd53bb341de75e5670a62b84e7ce5f0bc
+Size (pytest-rerunfailures-11.1.2.tar.gz) = 17234 bytes



Home | Main Index | Thread Index | Old Index