Accepting request 817712 from home:mcalabkova:branches:devel:languages:python:pytest
- Update to 0.8.1 * Fixed deprecation warning for pytest >= 5.4 - Pull in Github tarball and launch tests OBS-URL: https://build.opensuse.org/request/show/817712 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-tornado?expand=0&rev=7
This commit is contained in:
parent
e7fb42a620
commit
d3da9a5cfa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dfb9ed51966a79df9427d931afaae562ab14074f614f6320369acac8e2c18a59
|
|
||||||
size 9055
|
|
BIN
pytest-tornado-0.8.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
pytest-tornado-0.8.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 29 12:24:13 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.8.1
|
||||||
|
* Fixed deprecation warning for pytest >= 5.4
|
||||||
|
- Pull in Github tarball and launch tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 3 09:00:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon Jun 3 09:00:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-tornado
|
# spec file for package python-pytest-tornado
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pytest-tornado
|
Name: python-pytest-tornado
|
||||||
Version: 0.8.0
|
Version: 0.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A py.test plugin for tornado applications
|
Summary: A py.test plugin for tornado applications
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/eugeniy/pytest-tornado
|
URL: https://github.com/eugeniy/pytest-tornado
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-tornado/pytest-tornado-%{version}.tar.gz
|
Source: https://github.com/eugeniy/pytest-tornado/archive/v%{version}.tar.gz#/pytest-tornado-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module certifi}
|
BuildRequires: %{python_module certifi}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -51,6 +51,9 @@ of asynchronous tornado applications.
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user