2023-10-12 11:16:24 +00:00
committed by Git OBS Bridge
parent 2f3ec7609f
commit 598ac32913
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 12 11:16:06 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- enable testsuite
-------------------------------------------------------------------
Wed Sep 7 12:41:41 UTC 2022 - Alexander Graul <alexander.graul@suse.com>

View File

@@ -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