Date: Wednesday, May 3, 2023 @ 09:26:12 Author: dvzrv Revision: 1455990
upgpkg: nikola 8.2.4-3: Rebuild to enable deselected tests. An update to python-babel fixed the deselected tests: https://github.com/getnikola/nikola/issues/3684 Modified: nikola/trunk/PKGBUILD ----------+ PKGBUILD | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-03 09:21:14 UTC (rev 1455989) +++ PKGBUILD 2023-05-03 09:26:12 UTC (rev 1455990) @@ -3,7 +3,7 @@ _name=Nikola pkgname=nikola pkgver=8.2.4 -pkgrel=2 +pkgrel=3 pkgdesc="A static site and blog generator" arch=(any) url="https://getnikola.com/" @@ -99,11 +99,6 @@ check() { local pytest_options=( -vv - # disable broken locale related tests: https://github.com/getnikola/nikola/issues/3684 - --deselect tests/test_locale.py::test_format_date_long - --deselect tests/test_locale.py::test_format_date_timezone - --deselect tests/test_locale.py::test_format_date_locale_variants[US] - --deselect tests/test_locale.py::test_format_date_locale_variants[GB] ) cd $_name-$pkgver pytest "${pytest_options[@]}"
