forked from pool/python-virtualenv
- Actually switch off all activation tests, so we can shed all those
dependencies. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=98
This commit is contained in:
parent
10a48bc286
commit
137b5ed8a9
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 11 23:11:29 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Actually switch off all activation tests, so we can shed all those
|
||||
dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 8 15:04:16 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -63,9 +63,6 @@ BuildRequires: %{python_module pytest-freezegun >= 0.4.1}
|
||||
BuildRequires: %{python_module pytest-mock >= 2.0.0}
|
||||
BuildRequires: %{python_module pytest-timeout >= 1.3.4}
|
||||
BuildRequires: %{python_module virtualenv >= %{version}}
|
||||
BuildRequires: fish
|
||||
BuildRequires: tcsh
|
||||
BuildRequires: xonsh >= 0.9.13
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
@ -90,6 +87,9 @@ libraries either).
|
||||
%prep
|
||||
%setup -q -n virtualenv-%{version}
|
||||
|
||||
# Dependencies on all those shells are too cumbersome.
|
||||
rm -r tests/unit/activation
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user