pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb 25 22:40:02 UTC 2024

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

Log Message:
py-test: updated to 8.0.2

pytest 8.0.2 (2024-02-24)

Bug Fixes

- Fix collection on Windows where initial paths contain the short version of a path (for example ``c:\PROGRA~1\tests``).
- Fix an ``IndexError`` crash raising from ``getstatementrange_ast``.
- Reverted a fix to `--maxfail` handling in pytest 8.0.0 because it caused a regression in pytest-xdist whereby session fixture teardowns may get executed multiple times when the max-fails is reached.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.108 -r1.109 pkgsrc/devel/py-test/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/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.123 pkgsrc/devel/py-test/Makefile:1.124
--- pkgsrc/devel/py-test/Makefile:1.123 Sat Feb 17 02:10:00 2024
+++ pkgsrc/devel/py-test/Makefile       Sun Feb 25 22:40:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.123 2024/02/17 02:10:00 adam Exp $
+# $NetBSD: Makefile,v 1.124 2024/02/25 22:40:02 adam Exp $
 
-DISTNAME=      pytest-8.0.1
+DISTNAME=      pytest-8.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.108 pkgsrc/devel/py-test/distinfo:1.109
--- pkgsrc/devel/py-test/distinfo:1.108 Sat Feb 17 02:10:00 2024
+++ pkgsrc/devel/py-test/distinfo       Sun Feb 25 22:40:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.108 2024/02/17 02:10:00 adam Exp $
+$NetBSD: distinfo,v 1.109 2024/02/25 22:40:02 adam Exp $
 
-BLAKE2s (pytest-8.0.1.tar.gz) = da7ef6a144dced66f94dd58d801ad16819c96b36e6b1bbd7b3e2982dbd8f48b7
-SHA512 (pytest-8.0.1.tar.gz) = ce1fa9fa2a78f73320e1692681930c7bee5f6bd66b592d6f8b7e6c958cbdc180d9b1f39ecad2556c0811c5337e7fa28b84a093f064ac46f7fd3c4a6d94b3e73a
-Size (pytest-8.0.1.tar.gz) = 1396338 bytes
+BLAKE2s (pytest-8.0.2.tar.gz) = 72711c525852beaf8fe0cf8d5c7c459501797b533b12ab8ac21b7f196db7a81e
+SHA512 (pytest-8.0.2.tar.gz) = c495943baad05e09b467d23c7afadb3edff7ae93ee96290d6db9e64739236888148b63dff7e8e25b331b11bd48c55fb0ca8901cf823d69b1a922e94915bab2f1
+Size (pytest-8.0.2.tar.gz) = 1396924 bytes



Home | Main Index | Thread Index | Old Index