- Update to 0.3.0:

* Honor the collect_ignore option used in conftest.py. [#36]
  * Make use of doctest_optionflags settings. [#39]
  * Make it possible to set FLOAT_CMP globally in setup.cfg. [#40]
  * Drop support for pytest versions earlier than 3.0. [#46]
  * Extend doctest-skip, doctest-skip-all, and doctest-requires directives to work in TeX files. [#43]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-03-08 11:16:50 +00:00
committed by Git OBS Bridge
parent deb5ea48c7
commit c26cf10d95
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 8 11:10:23 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.0:
* Honor the collect_ignore option used in conftest.py. [#36]
* Make use of doctest_optionflags settings. [#39]
* Make it possible to set FLOAT_CMP globally in setup.cfg. [#40]
* Drop support for pytest versions earlier than 3.0. [#46]
* Extend doctest-skip, doctest-skip-all, and doctest-requires directives to work in TeX files. [#43]
-------------------------------------------------------------------
Thu Feb 14 12:22:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>