- 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

@@ -27,7 +27,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-doctestplus%{psuffix}
Version: 0.6.1
Version: 0.7.0
Release: 0
Summary: Pytest plugin with advanced doctest features
License: BSD-3-Clause