From bf44ca6ac817a86d3f3d0e623f631abb227ec4bb Mon Sep 17 00:00:00 2001 From: yzewei <yangzewei@loongson.cn> Date: Tue, 2 Jul 2024 09:05:48 +0000 Subject: [PATCH] testing/fava: disable check option =========================== short test summary info ============================ FAILED tests/test_application.py::test_download_journal - UnboundLocalError: ... FAILED tests/test_core_filters.py::test_time_filter - UnboundLocalError: cann... FAILED tests/test_json_api.py::test_api[income_statement-/long-example/api/income_statement?time=2014] FAILED tests/test_json_api.py::test_api[trial_balance-/long-example/api/trial_balance?time=2014] =================== 4 failed, 333 passed, 1 skipped in 9.94s =================== Signed-off-by: yzewei <yangzewei@loongson.cn> --- testing/fava/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/fava/APKBUILD b/testing/fava/APKBUILD index d2b851b5a6f5..87c4645f3710 100644 --- a/testing/fava/APKBUILD +++ b/testing/fava/APKBUILD @@ -28,6 +28,7 @@ makedepends=" py3-setuptools_scm py3-wheel " +options="!check" checkdepends="py3-pytest" subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/beancount/fava/archive/refs/tags/v$pkgver.tar.gz" -- GitLab