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

Morten Linderud foxboron at archlinux.org
Fri Nov 13 17:51:30 UTC 2020


    Date: Friday, November 13, 2020 @ 17:51:30
  Author: foxboron
Revision: 753952

Create tests as a module

Modified:
  todoman/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-13 17:44:40 UTC (rev 753951)
+++ PKGBUILD	2020-11-13 17:51:30 UTC (rev 753952)
@@ -36,6 +36,7 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
+  touch tests/__init__.py
   # tests require timezone to be set to UTC
   # https://github.com/pimutils/todoman/issues/404
   TZ="UTC" pytest -v



More information about the arch-commits mailing list