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

Antonio Rojas arojas at archlinux.org
Sun Nov 3 15:57:17 UTC 2019


    Date: Sunday, November 3, 2019 @ 15:57:17
  Author: arojas
Revision: 522533

Typo

Modified:
  python-pytest/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 15:55:49 UTC (rev 522532)
+++ PKGBUILD	2019-11-03 15:57:17 UTC (rev 522533)
@@ -23,7 +23,7 @@
 
 prepare() {
   # Ignore warnings that break test
-  sed -e 's|2 passed in|2 passed|' -i pytest-$pkgver/testing/test_pbd.py
+  sed -e 's|2 passed in|2 passed|' -i pytest-$pkgver/testing/test_pdb.py
 }
 
 build() {



More information about the arch-commits mailing list