- Update to 0.7.0:

* Added a new ini option, doctest_subpackage_requires, that can
    be used to skip specific subpackages based on required packages. [#112]

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 9 08:05:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.7.0:
* Added a new ini option, doctest_subpackage_requires, that can
be used to skip specific subpackages based on required packages. [#112]
-------------------------------------------------------------------
Mon May 18 09:18:14 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>