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