Date: Tuesday, June 9, 2020 @ 05:02:11 Author: felixonmars Revision: 640661
upgpkg: python-pytest-sugar 0.9.3-1 Modified: python-pytest-sugar/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-09 04:57:26 UTC (rev 640660) +++ PKGBUILD 2020-06-09 05:02:11 UTC (rev 640661) @@ -1,9 +1,9 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-sugar -pkgver=0.9.2 +pkgver=0.9.3 _commit=2764da41c431f6f32ade45b2de0310010117efd7 -pkgrel=2 +pkgrel=1 pkgdesc='A plugin for py.test that changes the default look and feel of py.test' arch=('any') license=('BSD') @@ -26,7 +26,10 @@ cd "$srcdir"/pytest-sugar-$pkgver python setup.py install --root="$PWD/tmp_install" --optimize=1 - PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" py.test + # https://github.com/Teemu/pytest-sugar/issues/180 + PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" py.test --deselect test_sugar.py::TestTerminalReporter::test_item_count_after_pytest_collection_modifyitems \ + --deselect test_sugar.py::TestTerminalReporter::test_collect_error \ + --deselect test_sugar.py::TestTerminalReporter::test_doctest } package() {
