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:           Wed Jun  5 07:49:36 UTC 2024

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

Log Message:
py-test: updated to 8.2.2

pytest 8.2.2 (2024-06-04)

Bug Fixes

- Fix possible catastrophic performance slowdown on a certain parametrization pattern involving many higher-scoped parameters.
- Fix a regression in pytest 8.2.0 where unittest class instances (a fresh one is created for each test) were not released promptly on test teardown but only on session teardown.
- Fix possible "Directory not empty" crashes arising from concurent cache dir (``.pytest_cache``) creation. Regressed in pytest 8.2.0.

Improved Documentation

- Updated Sphinx theme to use Furo instead of Flask, enabling Dark mode theme.
- Added a subsection to the documentation for debugging flaky tests to mention
  lack of thread safety in pytest as a possible source of flakyness.
- The documentation webpages now links to a canonical version to reduce outdated documentation in search engine results.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.113 -r1.114 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.128 pkgsrc/devel/py-test/Makefile:1.129
--- pkgsrc/devel/py-test/Makefile:1.128 Mon May 20 07:41:57 2024
+++ pkgsrc/devel/py-test/Makefile       Wed Jun  5 07:49:36 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.128 2024/05/20 07:41:57 adam Exp $
+# $NetBSD: Makefile,v 1.129 2024/06/05 07:49:36 adam Exp $
 
-DISTNAME=      pytest-8.2.1
+DISTNAME=      pytest-8.2.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.113 pkgsrc/devel/py-test/distinfo:1.114
--- pkgsrc/devel/py-test/distinfo:1.113 Mon May 20 07:41:57 2024
+++ pkgsrc/devel/py-test/distinfo       Wed Jun  5 07:49:36 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.113 2024/05/20 07:41:57 adam Exp $
+$NetBSD: distinfo,v 1.114 2024/06/05 07:49:36 adam Exp $
 
-BLAKE2s (pytest-8.2.1.tar.gz) = 280a0c7c7548c42a343eeca78a259bfed60db2331ae909472d968f4101be208a
-SHA512 (pytest-8.2.1.tar.gz) = c837b2031c2b198345ce090cc5fcbebd2640a521131a60b882250b70825dc85e5072403a80e9a73f62e429156b57dce405d8400255457c55b14d4a2f700c5331
-Size (pytest-8.2.1.tar.gz) = 1424649 bytes
+BLAKE2s (pytest-8.2.2.tar.gz) = 5472bec52451a2c75ab81675cb08279c0e7ad5fa34032d48587e99bb060eddc5
+SHA512 (pytest-8.2.2.tar.gz) = 896192f0d41f3fef49915dfea6ae33dbb939f6bbe54de27861bf1554bf87f910702169293e923af9bc40466e7f806aa19ca54cbe41a848c233f70b52bb86a63c
+Size (pytest-8.2.2.tar.gz) = 1427980 bytes



Home | Main Index | Thread Index | Old Index