From 0e17176ee956125e7db4ccd204877dee75e41742 Mon Sep 17 00:00:00 2001 From: luolu12 Date: Thu, 31 Aug 2023 10:19:15 +0800 Subject: [PATCH] Add check to pytest --- python-markdown-exec.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/python-markdown-exec.spec b/python-markdown-exec.spec index 0a5699b..8fc1c19 100644 --- a/python-markdown-exec.spec +++ b/python-markdown-exec.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.6.0 -Release: 1 +Release: 2 Summary: Utilities to execute code blocks in Markdown files. License: ISC @@ -19,6 +19,10 @@ BuildRequires: python3-wheel BuildRequires: python3-hatchling BuildRequires: python3-pdm-pep517 BuildRequires: python3-pdm-backend +BuildRequires: python3-pytest +BuildRequires: python3-markdown +BuildRequires: python3-markupsafe +BuildRequires: python3-pymdown-extensions %description Utilities to execute code blocks in Markdown files. @@ -39,11 +43,17 @@ Utilities to execute code blocks in Markdown files. %install %pyproject_install +%check +%pytest + %files -n python3-%{pypi_name} %license LICENSE %doc README.md %{python3_sitelib}/markdown_exec* %changelog +* Thu Aug 31 2023 luolu12 - 1.6.0-2 +- Add check to pytest. + * Wed Aug 30 2023 luolu12 - 1.6.0-1 - Initial package. -- Gitee