Accepting request 908909 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/908909 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-Testing?expand=0&rev=4
This commit is contained in:
commit
72f63dd28d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 28 13:51:06 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Fix test requirements
|
||||||
|
- Switch to pyunittest
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 4 23:23:19 UTC 2021 - Arun Persaud <arun@gmx.de>
|
Sun Apr 4 23:23:19 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@ BuildArch: noarch
|
|||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module Flask}
|
BuildRequires: %{python_module Flask}
|
||||||
BuildRequires: %{python_module blinker}
|
BuildRequires: %{python_module blinker}
|
||||||
|
BuildRequires: %{python_module importlib_metadata}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@ -53,7 +54,7 @@ sed -i "s/twill[^']*/setuptools/" setup.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%pyunittest tests.suite
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README
|
%doc README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user