diff --git a/pytest-doctestplus-0.7.0.tar.gz b/pytest-doctestplus-0.7.0.tar.gz deleted file mode 100644 index 56e9738..0000000 --- a/pytest-doctestplus-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed440f43e33191f09aed7bbc4f60db3dfb8f295ab33e04c59302af7eda9e29aa -size 26625 diff --git a/pytest-doctestplus-0.8.0.tar.gz b/pytest-doctestplus-0.8.0.tar.gz new file mode 100644 index 0000000..e0985e5 --- /dev/null +++ b/pytest-doctestplus-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb083925a17ce636f33997c275f61123e63372c1db11fefac1e991ed25a4ca37 +size 27489 diff --git a/python-pytest-doctestplus.changes b/python-pytest-doctestplus.changes index 9528eb1..5843b0f 100644 --- a/python-pytest-doctestplus.changes +++ b/python-pytest-doctestplus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 25 13:53:35 UTC 2020 - Marketa Calabkova + +- Update to 0.8.0 + * Compatibility with ``pytest`` 6.0.0. [#120] + ------------------------------------------------------------------- Tue Jun 9 08:05:00 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-doctestplus.spec b/python-pytest-doctestplus.spec index 33ddcbb..eb8d794 100644 --- a/python-pytest-doctestplus.spec +++ b/python-pytest-doctestplus.spec @@ -27,7 +27,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-doctestplus%{psuffix} -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: Pytest plugin with advanced doctest features License: BSD-3-Clause @@ -69,6 +69,7 @@ rm -f setup.cfg %if %{with test} %check export LANG=en_US.UTF8 +export PY_IGNORE_IMPORTMISMATCH=1 # README.rst contains Python 3 only imports %pytest --doctest-plus --doctest-rst -k 'not README.rst' %endif