diff --git a/pytest-cov-2.7.1.tar.gz b/pytest-cov-2.7.1.tar.gz deleted file mode 100644 index 71b69aa..0000000 --- a/pytest-cov-2.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e00ea4fdde970725482f1f35630d12f074e121a23801aabf2ae154ec6bdd343a -size 42121 diff --git a/pytest-cov-2.8.1.tar.gz b/pytest-cov-2.8.1.tar.gz new file mode 100644 index 0000000..5c99a0b --- /dev/null +++ b/pytest-cov-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6742d8bac45070217169f5f72ceee1e0e55b0221f54bcf24845972d3a47f2b +size 47661 diff --git a/python-pytest-cov.changes b/python-pytest-cov.changes index 0962842..b9fc014 100644 --- a/python-pytest-cov.changes +++ b/python-pytest-cov.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 7 08:34:43 UTC 2019 - Tomáš Chvátal + +- Update to 2.8.1: + * Fixed #348 - regression when only certain reports (html or xml) are used then --cov-fail-under always fails. + * Added compatibility with future xdist release that deprecates some internals (match pytest-xdist master/worker terminology). Contributed by Thomas Grainger in #321 + * Added support for Coverage 5.0 + ------------------------------------------------------------------- Mon May 6 11:04:02 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index 2b34cac..6d04c0a 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-cov -Version: 2.7.1 +Version: 2.8.1 Release: 0 Summary: Pytest plugin for coverage reporting License: MIT