From 0d106ec002851bda3b2680bc0cf4353979e8ccb2f50c18114d8ed093047b1bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 15 Jan 2026 09:25:55 +0000 Subject: [PATCH] build tests after the package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textual?expand=0&rev=10 --- python-textual.spec | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/python-textual.spec b/python-textual.spec index 0fe2861..86776e7 100644 --- a/python-textual.spec +++ b/python-textual.spec @@ -37,25 +37,17 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} %if %{with test} -# SECTION runtime requirements -BuildRequires: %{python_module markdown-it-py >= 2.1.0} BuildRequires: %{python_module jinja2} BuildRequires: %{python_module linkify-it-py} -BuildRequires: %{python_module platformdirs >= 3.6.0 with %python-platformdirs < 5} -BuildRequires: %{python_module pygments >= 2.19.2 with %python-pygments < 2.20} -BuildRequires: %{python_module rich >= 13.3.3} -BuildRequires: %{python_module typing-extensions >= 4.4.0 with %python-typing-extensions < 5} -# /SECTION -# SECTION test requirements BuildRequires: %{python_module pytest >= 8.3.1} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-textual-snapshot >= 1.1.0} BuildRequires: %{python_module pytest-xdist >= 3.6.1} BuildRequires: %{python_module syrupy} +BuildRequires: %{python_module textual = %{version}} BuildRequires: %{python_module tree-sitter} BuildRequires: tree-sitter BuildRequires: tree-sitter-python -# /SECTION %endif BuildRequires: fdupes BuildRequires: python-rpm-macros