[arch-commits] Commit in python-pytest/trunk (PKGBUILD)

Daniel M. Capella polyzen at gemini.archlinux.org
Sat Sep 3 01:11:23 UTC 2022


    Date: Saturday, September 3, 2022 @ 01:11:23
  Author: polyzen
Revision: 1291016

upgpkg: python-pytest 7.1.3-1

Modified:
  python-pytest/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 22:42:04 UTC (rev 1291015)
+++ PKGBUILD	2022-09-03 01:11:23 UTC (rev 1291016)
@@ -3,8 +3,8 @@
 # Contributor: Felix Kaiser <felix.kaiser at fxkr.net>
 
 pkgname=python-pytest
-pkgver=7.1.2
-pkgrel=2
+pkgver=7.1.3
+pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
@@ -19,8 +19,8 @@
               'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments'
               'python-pytest-xdist' 'python-twisted')
 source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz")
-sha256sums=('a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45')
-b2sums=('c59e477ba52f2ff6f9885b91bbdc9b70dd4ffced3902417cd2e8cf28ba778e92ab5738f1be4d1c8c5c41c7140ac56622b6d44261d618426ae39fd00026bf139c')
+sha256sums=('4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39')
+b2sums=('39935fbfc9eb79a220324b8642e80225472a658f85fa8ef50b1dff5396dd30cfde22b2faf3909df0ba7d08ea14f548794974a7fd7670d7204e8d625ea5949630')
 
 # Remove dep on setuptools_scm
 prepare() {
@@ -40,7 +40,8 @@
   cd pytest-$pkgver
   python -m venv --system-site-packages test-env
   test-env/bin/python -m installer dist/*.whl
-  test-env/bin/python -m pytest
+  # https://github.com/pytest-dev/pytest/issues/10042
+  test-env/bin/python -m pytest -o xfail_strict=False
 }
 
 package() {



More information about the arch-commits mailing list