- Update to 0.6.1:

* Disabling the usage of the doctest_ignore_import_errors option
  * Drop support for python versions earlier than 3.6. [#103]
  * Drop support for pytest versions earlier than 4.0. [#103]
  * Fix compatibility with pytest 5.4. [#103]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-05-18 09:21:02 +00:00
committed by Git OBS Bridge
parent 08a3bab4bb
commit 3d18cb1873
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 18 09:18:14 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.6.1:
* Disabling the usage of the doctest_ignore_import_errors option
* Drop support for python versions earlier than 3.6. [#103]
* Drop support for pytest versions earlier than 4.0. [#103]
* Fix compatibility with pytest 5.4. [#103]
-------------------------------------------------------------------
Mon Nov 18 08:01:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>