2023-10-10 18:29:09 +00:00
committed by Git OBS Bridge
parent 526f8fa971
commit 041f2aba57
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 10 18:28:55 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- enable testsuite
-------------------------------------------------------------------
Wed Sep 7 11:26:31 UTC 2022 - Alexander Graul <alexander.graul@suse.com>

View File

@@ -32,6 +32,7 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module attrs >= 19.2.0}
BuildRequires: %{python_module distro}
BuildRequires: %{python_module pytest >= 6.0.0}
BuildRequires: %{python_module pyfakefs}
# /SECTION
BuildRequires: fdupes
Requires: python-attrs >= 19.2.0
@@ -55,6 +56,9 @@ tests.
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%doc CHANGELOG.rst README.rst
%license LICENSE