14
0
forked from pool/python-whey

Another day, another test failure

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whey?expand=0&rev=2
This commit is contained in:
2024-07-29 02:02:20 +00:00
committed by Git OBS Bridge
parent 83249c5c2b
commit 2f0896036e

View File

@@ -42,7 +42,7 @@ BuildRequires: %{python_module pyproject-examples}
BuildRequires: %{python_module pytest-timeout}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module re-assert}
BuildRequires: %{python_module whey == %{version}}
BuildRequires: %{python_module whey = %{version}}
%endif
# /SECTION
BuildRequires: fdupes
@@ -90,8 +90,9 @@ A simple Python wheel builder for simple projects.
%check
%if %{with test}
# Requires two whey modules that are not packaged
%pytest --ignore tests/test_utils.py -k 'not test_show_builders'
# test_show_builders requires two whey modules that are not packaged
# test_build_success requires that the module is built exactly when the tests are run
%pytest --ignore tests/test_utils.py -k 'not (test_show_builders or test_build_success)'
%endif
%if !%{with test}