14
0
forked from pool/python-sybil

Accepting request 830034 from home:mcalabkova:branches:devel:languages:python:pytest

- update to 1.4.0
  * Support pytest 6
  * Have sybil support nested directories of source files
  * Support a sequence of patterns rather than just one.

OBS-URL: https://build.opensuse.org/request/show/830034
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sybil?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal
2020-08-27 19:45:59 +00:00
committed by Git OBS Bridge
parent 6f6e37ddc8
commit c7cb304ae3
4 changed files with 13 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sybil
Version: 1.3.0
Version: 1.4.0
Release: 0
Summary: Automated testing of examples in documentation
License: MIT
@@ -34,7 +34,6 @@ BuildRequires: python-rpm-macros
Recommends: python-pytest
Suggests: python-nose
BuildArch: noarch
%python_subpackages
%description
@@ -55,7 +54,7 @@ sed -i '/build=/d;/coveralls/d' setup.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest
%pytest
%files %{python_files}
%doc README.rst docs/changes.rst