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

Felix Yan felixonmars at archlinux.org
Sat Nov 16 18:55:46 UTC 2019


    Date: Saturday, November 16, 2019 @ 18:55:44
  Author: felixonmars
Revision: 368963

remove workaround for broken pytest

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-16 17:41:57 UTC (rev 368962)
+++ PKGBUILD	2019-11-16 18:55:44 UTC (rev 368963)
@@ -19,7 +19,6 @@
 prepare() {
   cd astroid-astroid-$pkgver
   sed -i 's/six~=1.12/six/' astroid/__pkginfo__.py
-  echo 'collect_ignore = ["testdata"]' > astroid/tests/conftest.py
 }
 
 build() {



More information about the arch-commits mailing list