diff --git a/pytest-tldr-0.1.5.tar.gz b/pytest-tldr-0.1.5.tar.gz deleted file mode 100644 index d9f3ea3..0000000 --- a/pytest-tldr-0.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38e37dc0172f127b0d0fea50ae95261534ab3944728a7a0bc2bcb275c166ee5d -size 9142 diff --git a/pytest-tldr-0.1.6.tar.gz b/pytest-tldr-0.1.6.tar.gz new file mode 100644 index 0000000..9c430fc --- /dev/null +++ b/pytest-tldr-0.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca11de480ad178aee66427df6a305db4c5651764851b93989e00b752904539e8 +size 9136 diff --git a/python-pytest-tldr.changes b/python-pytest-tldr.changes index 569acf0..c6718c5 100644 --- a/python-pytest-tldr.changes +++ b/python-pytest-tldr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 10 08:16:20 UTC 2019 - Tomáš Chvátal + +- Update to 0.1.6: + * No upstream changelog provided + ------------------------------------------------------------------- Thu Mar 21 01:52:14 AM UTC 2019 - John Vandenberg diff --git a/python-pytest-tldr.spec b/python-pytest-tldr.spec index 8040d1e..a1fcd97 100644 --- a/python-pytest-tldr.spec +++ b/python-pytest-tldr.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-tldr -Version: 0.1.5 +Version: 0.1.6 Release: 0 Summary: A pytest plugin that limits the output to just the things you need License: BSD-3-Clause @@ -26,14 +26,13 @@ Group: Development/Languages/Python 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 Requires: python-pytest >= 3.5.0 BuildArch: noarch -# SECTION test requirements -BuildRequires: %{python_module pytest-runner} -# /SECTION %python_subpackages %description @@ -51,7 +50,7 @@ A pytest plugin that limits the output to just the things you need. %check # test_coverage is failing -%python_exec -m pytest -k 'not test_coverage' +%pytest -k 'not test_coverage' %files %{python_files} %doc README.rst