This commit is contained in:
parent
78cf9c7d01
commit
57796eeefd
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%bcond_without python2
|
||||||
Name: python-tox
|
Name: python-tox
|
||||||
Version: 3.14.5
|
Version: 3.14.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtualenv-based automation of test activities
|
Summary: Virtualenv-based automation of test activities
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/tox-dev/tox
|
URL: https://github.com/tox-dev/tox
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module filelock}
|
BuildRequires: %{python_module filelock}
|
||||||
@ -44,6 +44,9 @@ BuildRequires: %{python_module toml}
|
|||||||
BuildRequires: %{python_module virtualenv >= 16.0.0}
|
BuildRequires: %{python_module virtualenv >= 16.0.0}
|
||||||
BuildRequires: %{python_module wheel >= 0.29.0}
|
BuildRequires: %{python_module wheel >= 0.29.0}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
# we need python2 interpreter in tests for venv calls checks
|
||||||
|
# even on python3 variant
|
||||||
|
BuildRequires: python-base
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
Requires: python-filelock
|
Requires: python-filelock
|
||||||
@ -80,7 +83,6 @@ use for:
|
|||||||
|
|
||||||
%package -n %{name}-doc
|
%package -n %{name}-doc
|
||||||
Summary: Documentation for tox, a virtualenv-based test automation
|
Summary: Documentation for tox, a virtualenv-based test automation
|
||||||
Group: Development/Languages/Python
|
|
||||||
Recommends: %{python_module tox = %{version}}
|
Recommends: %{python_module tox = %{version}}
|
||||||
Provides: %{python_module tox-doc = %{version}}
|
Provides: %{python_module tox-doc = %{version}}
|
||||||
|
|
||||||
@ -121,7 +123,8 @@ done
|
|||||||
export PYTHONDONTWRITEBYTECODE=1
|
export PYTHONDONTWRITEBYTECODE=1
|
||||||
export PATH=%{buildroot}%{_bindir}:$PATH
|
export PATH=%{buildroot}%{_bindir}:$PATH
|
||||||
# Ignores for gh#tox-dev/tox#1293
|
# Ignores for gh#tox-dev/tox#1293
|
||||||
%pytest -k 'not (network or parallel or test_provision_missing or test_provision_interrupt_child or test_workdir_gets_resolved or test_provision_cli_args_ignore or test_provision_non_canonical_dep or test_create_KeyboardInterrupt or test_provision_from_pyvenv)'
|
# test_dist_exists_version_change test_verbose_isolated_build: need python2* deps even on python3
|
||||||
|
%pytest -k 'not (network or parallel or test_provision_missing or test_provision_interrupt_child or test_workdir_gets_resolved or test_provision_cli_args_ignore or test_provision_non_canonical_dep or test_create_KeyboardInterrupt or test_provision_from_pyvenv or test_verbose_isolated_build or test_dist_exists_version_change)'
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative tox tox-quickstart
|
%python_install_alternative tox tox-quickstart
|
||||||
|
Loading…
x
Reference in New Issue
Block a user