Accepting request 817718 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/817718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-tornado?expand=0&rev=4
This commit is contained in:
2020-06-29 19:18:29 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 6 deletions

View File

@@ -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

Binary file not shown.

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-tornado
Version: 0.8.0
Version: 0.8.1
Release: 0
Summary: A py.test plugin for tornado applications
License: Apache-2.0
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
Source: https://github.com/eugeniy/pytest-tornado/archive/v%{version}.tar.gz#/pytest-tornado-%{version}.tar.gz
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -51,6 +51,9 @@ of asynchronous tornado applications.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%doc README.rst
%license LICENSE