mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/mycli: exclude broken test
This commit is contained in:
parent
a866854f67
commit
7ed9bdf477
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user