forked from pool/python-tox
Skip more tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=101
This commit is contained in:
parent
6c1f7bb642
commit
aa34e2856a
@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
# %%if %%{defined sle15_python_module_pythons}
|
%if %{defined sle15_python_module_pythons}
|
||||||
# %%bcond_without devpi_process
|
%bcond_without devpi_process
|
||||||
# %%else
|
%else
|
||||||
%bcond_with devpi_process
|
%bcond_with devpi_process
|
||||||
# %%endif
|
%endif
|
||||||
Name: python-tox
|
Name: python-tox
|
||||||
Version: 4.5.1
|
Version: 4.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -61,7 +61,7 @@ BuildRequires: %{python_module toml >= 0.9.4}
|
|||||||
BuildRequires: %{python_module tomli >= 2.0.1}
|
BuildRequires: %{python_module tomli >= 2.0.1}
|
||||||
BuildRequires: %{python_module virtualenv >= 20.21.0}
|
BuildRequires: %{python_module virtualenv >= 20.21.0}
|
||||||
BuildRequires: %{python_module wheel >= 0.29.0}
|
BuildRequires: %{python_module wheel >= 0.29.0}
|
||||||
%if %{with devpi_process}
|
%if %{without devpi_process}
|
||||||
BuildRequires: %{python_module devpi-process}
|
BuildRequires: %{python_module devpi-process}
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -117,7 +117,7 @@ use for:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n tox-%{version}
|
%setup -q -n tox-%{version}
|
||||||
%if %{with devpi_process}
|
%if %{without devpi_process}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%endif
|
%endif
|
||||||
%autopatch -p1 -m 1
|
%autopatch -p1 -m 1
|
||||||
@ -147,6 +147,8 @@ donttest+=" or test_isolated_build_backend_missing_hook"
|
|||||||
donttest+=" or test_parallel_live or (test_parallel and not test_parallel_)"
|
donttest+=" or test_parallel_live or (test_parallel and not test_parallel_)"
|
||||||
# gh#tox-dev/tox#3011
|
# gh#tox-dev/tox#3011
|
||||||
donttest+=" or test_replace_env_var_circular_flip_flop"
|
donttest+=" or test_replace_env_var_circular_flip_flop"
|
||||||
|
#
|
||||||
|
donttest+=" or test_call_as_exe or test_skip_pkg_install"
|
||||||
|
|
||||||
%{python_expand # tests expect an active virtualenv with a clean python name as sys.executable
|
%{python_expand # tests expect an active virtualenv with a clean python name as sys.executable
|
||||||
virtualenv-%{$python_bin_suffix} --system-site-packages testenv-%{$python_bin_suffix}
|
virtualenv-%{$python_bin_suffix} --system-site-packages testenv-%{$python_bin_suffix}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user