1
0

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:
Matej Cepl 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed440f43e33191f09aed7bbc4f60db3dfb8f295ab33e04c59302af7eda9e29aa
size 26625

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb083925a17ce636f33997c275f61123e63372c1db11fefac1e991ed25a4ca37
size 27489

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 25 13:53:35 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.8.0
* Compatibility with ``pytest`` 6.0.0. [#120]
-------------------------------------------------------------------
Tue Jun 9 08:05:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

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