diff --git a/pytest-verbose-parametrize-1.5.1.tar.gz b/pytest-verbose-parametrize-1.5.1.tar.gz deleted file mode 100644 index 07aaaeb..0000000 --- a/pytest-verbose-parametrize-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d74ac35b7262e262894839d9ed8321ad8821b2a00d84c549119ccdf79a7806c4 -size 9902 diff --git a/pytest-verbose-parametrize-1.7.0.tar.gz b/pytest-verbose-parametrize-1.7.0.tar.gz new file mode 100644 index 0000000..99b7566 --- /dev/null +++ b/pytest-verbose-parametrize-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85b374a5747607a8e9ffca9732e152859b8e7115bcb10f25c31c60d403146e8 +size 12301 diff --git a/python-pytest-verbose-parametrize.changes b/python-pytest-verbose-parametrize.changes index 4849617..eacabc9 100644 --- a/python-pytest-verbose-parametrize.changes +++ b/python-pytest-verbose-parametrize.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 3 08:57:55 UTC 2019 - Tomáš Chvátal + +- Update to 1.7.0: + * support pytest 4 + ------------------------------------------------------------------- Thu Mar 21 01:35:53 AM UTC 2019 - John Vandenberg diff --git a/python-pytest-verbose-parametrize.spec b/python-pytest-verbose-parametrize.spec index dc44f90..7290ab4 100644 --- a/python-pytest-verbose-parametrize.spec +++ b/python-pytest-verbose-parametrize.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-verbose-parametrize -Version: 1.5.1 +Version: 1.7.0 Release: 0 Summary: More descriptive output for parametrized pytest tests License: MIT @@ -35,8 +35,8 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module coverage} BuildRequires: %{python_module mock} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-virtualenv} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module six} # /SECTION %python_subpackages @@ -46,7 +46,6 @@ More descriptive output for parametrized py.test tests. %prep %setup -q -n pytest-verbose-parametrize-%{version} -sed -i 's:pytest<[0-9.]*:pytest:g' setup.py %build %python_build @@ -56,7 +55,7 @@ sed -i 's:pytest<[0-9.]*:pytest:g' setup.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %doc CHANGES.md README.md