Date: Friday, November 13, 2020 @ 20:43:22 Author: felixonmars Revision: 753995
skip a test for https://github.com/newville/asteval/issues/78 Modified: python-asteval/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-13 20:32:57 UTC (rev 753994) +++ PKGBUILD 2020-11-13 20:43:22 UTC (rev 753995) @@ -20,7 +20,8 @@ check() { cd asteval-$pkgver - python -m pytest + # https://github.com/newville/asteval/issues/78 + python -m pytest --deselect tests/test_asteval.py::TestEval::test_ndarrayslice } package() {
