forked from pool/python-pytest-doctestplus
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:
parent
a0e54542a7
commit
13281202d5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed440f43e33191f09aed7bbc4f60db3dfb8f295ab33e04c59302af7eda9e29aa
|
|
||||||
size 26625
|
|
3
pytest-doctestplus-0.8.0.tar.gz
Normal file
3
pytest-doctestplus-0.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb083925a17ce636f33997c275f61123e63372c1db11fefac1e991ed25a4ca37
|
||||||
|
size 27489
|
@ -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>
|
Tue Jun 9 08:05:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pytest-doctestplus%{psuffix}
|
Name: python-pytest-doctestplus%{psuffix}
|
||||||
Version: 0.7.0
|
Version: 0.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest plugin with advanced doctest features
|
Summary: Pytest plugin with advanced doctest features
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -69,6 +69,7 @@ rm -f setup.cfg
|
|||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
export LANG=en_US.UTF8
|
export LANG=en_US.UTF8
|
||||||
|
export PY_IGNORE_IMPORTMISMATCH=1
|
||||||
# README.rst contains Python 3 only imports
|
# README.rst contains Python 3 only imports
|
||||||
%pytest --doctest-plus --doctest-rst -k 'not README.rst'
|
%pytest --doctest-plus --doctest-rst -k 'not README.rst'
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user