Accepting request 622956 from devel:languages:python:pytest

- no tests in upstream package (forwarded request 622955 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/622956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-tornado?expand=0&rev=2
This commit is contained in:
2018-07-17 07:41:57 +00:00
committed by Git OBS Bridge
parent 3239ee08d3
commit ea1d311c87
2 changed files with 6 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 15 23:48:56 UTC 2018 - mimi.vx@gmail.com
- no tests in upstream package
-------------------------------------------------------------------
Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com

View File

@@ -26,15 +26,10 @@ Group: Development/Languages/Python
Url: https://github.com/eugeniy/pytest-tornado
Source: https://files.pythonhosted.org/packages/source/p/pytest-tornado/pytest-tornado-%{version}.tar.gz
Source10: https://raw.githubusercontent.com/eugeniy/pytest-tornado/v%{version}/LICENSE
BuildRequires: %{python_module devel}
BuildRequires: %{python_module base}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module tornado}
# /SECTION
Requires: python-certifi
Requires: python-pytest
Requires: python-tornado
@@ -57,9 +52,6 @@ cp %{SOURCE10} .
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%files %{python_files}
%doc README.rst
%license LICENSE