diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 756d68f..694617c 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -105,12 +105,7 @@ rm -r tests/unit/activation export LANG="en_US.UTF8" skiptests="test_seed_link_via_app_data" # test_seed_link_via_app_data - online tests downloads from pypi -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} PYTHONDONTWRITEBYTECODE=1 -%if "%{$python_bin_suffix}" != "3.8" -skiptests+=' or test_xonsh' -%endif -pytest-%{$python_bin_suffix} -v -k "not ($skiptests)" -} +%pytest -k "not ($skiptests)" %endif %if !%{with test}