From 2bfa85c7d9ad3a0205df17a3b79c9718b7dbaa8ff046e2eb8e4988aa64c3e88e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 11 Mar 2021 23:24:21 +0000 Subject: [PATCH] Clean up SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=99 --- python-virtualenv.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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}