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

Bruno Pagani archange at gemini.archlinux.org
Sun Mar 20 16:25:49 UTC 2022


    Date: Sunday, March 20, 2022 @ 16:25:48
  Author: archange
Revision: 1163903

upgpkg: python-pytest-order 1.0.1-1

Modified:
  python-pytest-order/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 16:23:14 UTC (rev 1163902)
+++ PKGBUILD	2022-03-20 16:25:48 UTC (rev 1163903)
@@ -2,8 +2,8 @@
 
 _pkg=pytest-order
 pkgname=python-${_pkg}
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="pytest plugin that allows to customize the test execution order"
 arch=(any)
 url="https://github.com/pytest-dev/pytest-order/"
@@ -16,7 +16,7 @@
     python-pytest-xdist
 )
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('2761cbaa2de49e8deb2c15b50ae80f1db58925c03d427bd62d01146792cf8d3b')
+sha256sums=('f60884a769adf9fb11b8d5bdd2f7630bf588c5af7ad1c6835421831258fa0603')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -27,7 +27,7 @@
   cd ${_pkg}-${pkgver}
   python -m venv --system-site-packages test-env
   test-env/bin/python setup.py install --skip-build
-  test-env/bin/python /usr/bin/pytest -v --color=yes
+  test-env/bin/python /usr/bin/pytest -vv --color=yes
 }
 
 package() {



More information about the arch-commits mailing list