Accepting request 936453 from home:pgajdos:python

- version update to 0.2.4
  * Restored compatibility with pytest < 6. (`#32 <https://github.com/freakboy3742/pytest-tldr/issues/32>`_)
  * Corrected output stream flush handling. This prevented long-running test results
    from being displayed until the end of the test suite. (`#28 <https://github.com/freakboy3742/pytest-tldr/issues/28>`_)

OBS-URL: https://build.opensuse.org/request/show/936453
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-tldr?expand=0&rev=11
This commit is contained in:
2021-12-09 00:20:38 +00:00
committed by Git OBS Bridge
parent 3068d2126b
commit bf65502072
4 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bb9dfb7869d61f6c6f80da37178c308e084badbce5e00ab2aabe5b8fef2e9c2
size 10513

3
pytest-tldr-0.2.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:764f928e9ecdc615c2b4e6f78cee3bb865c76a08c57fdf93ee5f0ee99f5f25ee
size 10744

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Dec 8 09:32:17 UTC 2021 - pgajdos@suse.com
- version update to 0.2.4
* Restored compatibility with pytest < 6. (`#32 <https://github.com/freakboy3742/pytest-tldr/issues/32>`_)
* Corrected output stream flush handling. This prevented long-running test results
from being displayed until the end of the test suite. (`#28 <https://github.com/freakboy3742/pytest-tldr/issues/28>`_)
-------------------------------------------------------------------
Tue Aug 25 07:50:24 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-tldr
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-tldr
Version: 0.2.2
Version: 0.2.4
Release: 0
Summary: A pytest plugin that limits the output to just the things you need
License: BSD-3-Clause
@@ -27,7 +27,6 @@ URL: https://github.com/freakboy3742/pytest-tldr
Source: https://files.pythonhosted.org/packages/source/p/pytest-tldr/pytest-tldr-%{version}.tar.gz
BuildRequires: %{python_module pytest >= 3.5.0}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -49,8 +48,7 @@ A pytest plugin that limits the output to just the things you need.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# test_coverage is failing
%pytest -k 'not test_coverage'
%pytest
%files %{python_files}
%doc README.rst