1
0

- 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:
Matej Cepl 2021-03-11 23:12:06 +00:00 committed by Git OBS Bridge
parent 10a48bc286
commit 137b5ed8a9
2 changed files with 9 additions and 3 deletions

View File

@ -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>

View File

@ -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