From 7ed9bdf477160af010fd8d608e363036df91d121 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Sat, 3 Nov 2018 21:30:03 +0200 Subject: [PATCH] testing/mycli: exclude broken test --- testing/mycli/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mycli/APKBUILD b/testing/mycli/APKBUILD index 07f02a7ea47..45ccc82bb2f 100644 --- a/testing/mycli/APKBUILD +++ b/testing/mycli/APKBUILD @@ -24,7 +24,7 @@ builddir="$srcdir/$pkgname-$pkgver" check() { cd "$builddir" # remove broken tests because builders have no /dev/tty - rm test/test_tabular_output.py test/test_sqlexecute.py + rm test/test_tabular_output.py test/test_sqlexecute.py test/test_special_iocommands.py python3 -m pytest test }