summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4e98d3192d8..57a13875b32b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Sep 26 21:29:12 UTC 2018
+# Thu Oct 4 21:09:40 UTC 2018
pkgbase = python-black
pkgdesc = Uncompromising Python code formatter
pkgver = 18.9b0
diff --git a/PKGBUILD b/PKGBUILD
index b2fdaafc56b5..d4812ce7400e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,7 @@ build() {
check() {
cd black-$pkgver
+ touch tests/__init__.py
python -m unittest tests/test_black.py
}