Accepting request 829693 from home:mcalabkova:branches:devel:languages:python:pytest

- Update to 0.8.0
  * Compatibility with ``pytest`` 6.0.0. [#120]

OBS-URL: https://build.opensuse.org/request/show/829693
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=19
This commit is contained in:
2020-08-26 07:56:51 +00:00
committed by Git OBS Bridge
parent a0e54542a7
commit 13281202d5
4 changed files with 11 additions and 4 deletions

View File

@@ -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