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

Evangelos Foutras foutrelis at archlinux.org
Tue Jul 3 17:36:18 UTC 2018


    Date: Tuesday, July 3, 2018 @ 17:36:18
  Author: foutrelis
Revision: 351447

Disable failing test

https://github.com/collective/icalendar/issues/260

Modified:
  python-icalendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-03 17:36:13 UTC (rev 351446)
+++ PKGBUILD	2018-07-03 17:36:18 UTC (rev 351447)
@@ -18,6 +18,9 @@
 sha512sums=('98a2f006819f589b9d7b2c9a16e8344092fd6b013f8ad32362a2820f68d352cc67796c8044c4c720e6910bb7d735e035d81b9c1239d7c25b7ec00fcb5c987c0d')
 
 prepare() {
+  # Disable failing test (https://github.com/collective/icalendar/issues/260)
+  sed -i 's/test_create_america_new_york/disabled_&/' \
+    "${_name}-${pkgver}"/src/icalendar/tests/test_timezoned.py
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
   cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
 }



More information about the arch-commits mailing list