From 598ac329135bdb6709e444bbc11a92c599bf6ab037261f182b6b7c74dc52367e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 12 Oct 2023 11:16:24 +0000 Subject: [PATCH] - enable testsuite OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-shell-utilities?expand=0&rev=2 --- python-pytest-shell-utilities.changes | 5 +++++ python-pytest-shell-utilities.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/python-pytest-shell-utilities.changes b/python-pytest-shell-utilities.changes index aa9410c..c429170 100644 --- a/python-pytest-shell-utilities.changes +++ b/python-pytest-shell-utilities.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 12 11:16:06 UTC 2023 - Ondřej Súkup + +- enable testsuite + ------------------------------------------------------------------- Wed Sep 7 12:41:41 UTC 2022 - Alexander Graul diff --git a/python-pytest-shell-utilities.spec b/python-pytest-shell-utilities.spec index 75a9d6b..e29bd23 100644 --- a/python-pytest-shell-utilities.spec +++ b/python-pytest-shell-utilities.spec @@ -35,6 +35,7 @@ BuildRequires: %{python_module psutil >= 5.0.0} BuildRequires: %{python_module pytest >= 6.0.0} BuildRequires: %{python_module pytest-helpers-namespace} BuildRequires: %{python_module pytest-skip-markers} +BuildRequires: %{python_module pytest-subtests} BuildRequires: %{python_module typing-extensions} # /SECTION BuildRequires: fdupes @@ -60,6 +61,9 @@ Pytest plugin to simplify running shell commands against the system %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} %doc CHANGELOG.rst README.rst %license LICENSE