SHA256
1
0
forked from pool/python-tox

Accepting request 942714 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/942714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2021-12-27 15:07:18 +00:00 committed by Git OBS Bridge
commit a2e403bb80
2 changed files with 6 additions and 21 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 23 09:17:44 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Drop definition of python-tox-doc: this subpackage is not being
built.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 26 21:52:18 UTC 2021 - Matej Cepl <mcepl@suse.com> Sun Sep 26 21:52:18 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -91,27 +91,6 @@ use for:
servers, greatly reducing boilerplate and merging servers, greatly reducing boilerplate and merging
CI and shell-based testing. CI and shell-based testing.
%package -n %{name}-doc
Summary: Documentation for tox, a virtualenv-based test automation
Recommends: %{python_module tox = %{version}}
Provides: %{python_module tox-doc = %{version}}
%description -n %{name}-doc
Tox as is a generic virtualenv management and test command line tool you can
use for:
* checking your package installs correctly with different
Python versions and interpreters
* running your tests in each of the
environments, configuring your test tool of choice
* acting as a frontend to Continuous Integration
servers, greatly reducing boilerplate and merging
CI and shell-based testing.
This is the HTML documentation for tox package.
%prep %prep
%setup -q -n tox-%{version} %setup -q -n tox-%{version}