diff --git a/pytest-subtests-0.10.0.tar.gz b/pytest-subtests-0.10.0.tar.gz deleted file mode 100644 index b0cac79..0000000 --- a/pytest-subtests-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9961a67c1791e8c1e32dce7a70ed1e54f3b1e641087f2094f2d37087ab7fb17 -size 11437 diff --git a/pytest-subtests-0.11.0.tar.gz b/pytest-subtests-0.11.0.tar.gz new file mode 100644 index 0000000..20abcd8 --- /dev/null +++ b/pytest-subtests-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51865c88457545f51fb72011942f0a3c6901ee9e24cbfb6d1b9dc1348bafbe37 +size 12763 diff --git a/python-pytest-subtests.changes b/python-pytest-subtests.changes index 77ba08a..1713513 100644 --- a/python-pytest-subtests.changes +++ b/python-pytest-subtests.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed May 31 19:44:46 UTC 2023 - Dirk Müller + +- update to 0.11.0: + * Logging is displayed for failing subtests (`#92`_) + * Passing subtests no longer turn the pytest output to yellow + (as if warnings have been issued) + * Now the ``msg`` contents of a subtest is displayed when + running pytest with ``-v``. + ------------------------------------------------------------------- Fri Apr 21 12:32:00 UTC 2023 - Dirk Müller diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index 1692597..160cd32 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -18,12 +18,13 @@ %{?sle15_python_module_pythons} Name: python-pytest-subtests -Version: 0.10.0 +Version: 0.11.0 Release: 0 Summary: Python unittest subTest() support and subtests fixture License: MIT URL: https://github.com/pytest-dev/pytest-subtests Source: https://files.pythonhosted.org/packages/source/p/pytest-subtests/pytest-subtests-%{version}.tar.gz +BuildRequires: %{python_module attr} BuildRequires: %{python_module setuptools >= 40.0} BuildRequires: %{python_module setuptools_scm} BuildRequires: fdupes