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