From 137b5ed8a97b41dae9c1d820251690a28d3a779b2e138fe8292ddc37c1fb0b1d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 11 Mar 2021 23:12:06 +0000 Subject: [PATCH] - 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 --- python-virtualenv.changes | 6 ++++++ python-virtualenv.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-virtualenv.changes b/python-virtualenv.changes index fb101fb..f7b1e41 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 11 23:11:29 UTC 2021 - Matej Cepl + +- Actually switch off all activation tests, so we can shed all those + dependencies. + ------------------------------------------------------------------- Mon Mar 8 15:04:16 UTC 2021 - Matej Cepl diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 32682da..756d68f 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -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