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

Evangelos Foutras foutrelis at archlinux.org
Thu Apr 9 01:30:01 UTC 2020


    Date: Thursday, April 9, 2020 @ 01:29:58
  Author: foutrelis
Revision: 379885

Add upstream fix for failing test

Modified:
  pygobject/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-09 01:04:37 UTC (rev 379884)
+++ PKGBUILD	2020-04-09 01:29:58 UTC (rev 379885)
@@ -24,6 +24,8 @@
 
 prepare() {
   cd $pkgbase
+  # tests: don't use strict mode for xfail with the excepthook plugin
+  git cherry-pick -n dae0500166068d78150855bdef94f0bee18b31dd
 }
 
 _build() {



More information about the arch-commits mailing list