diff --git a/pytest-tldr-0.2.2.tar.gz b/pytest-tldr-0.2.2.tar.gz deleted file mode 100644 index f9bc9a3..0000000 --- a/pytest-tldr-0.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bb9dfb7869d61f6c6f80da37178c308e084badbce5e00ab2aabe5b8fef2e9c2 -size 10513 diff --git a/pytest-tldr-0.2.4.tar.gz b/pytest-tldr-0.2.4.tar.gz new file mode 100644 index 0000000..1f707c6 --- /dev/null +++ b/pytest-tldr-0.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764f928e9ecdc615c2b4e6f78cee3bb865c76a08c57fdf93ee5f0ee99f5f25ee +size 10744 diff --git a/python-pytest-tldr.changes b/python-pytest-tldr.changes index ff3fdd8..6062158 100644 --- a/python-pytest-tldr.changes +++ b/python-pytest-tldr.changes @@ -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 `_) + * Corrected output stream flush handling. This prevented long-running test results + from being displayed until the end of the test suite. (`#28 `_) + ------------------------------------------------------------------- Tue Aug 25 07:50:24 UTC 2020 - Marketa Calabkova diff --git a/python-pytest-tldr.spec b/python-pytest-tldr.spec index dba383b..7c3d157 100644 --- a/python-pytest-tldr.spec +++ b/python-pytest-tldr.spec @@ -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