From 8b80d9504bd445ba159d9ef3e6d64ebb734e595819bfd41f241d175d48a6d339 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 17 Jul 2018 06:21:09 +0000 Subject: [PATCH] KISS principle: py.test allows us to run tests without changing $PWD OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beautifulsoup4?expand=0&rev=59 --- python-beautifulsoup4.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 146627d..9d5f4ab 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -93,12 +93,7 @@ pushd doc && make html && rm build/html/.buildinfo build/html/objects.inv && po %check export LANG=en_US.UTF-8 -%{python_expand export PYTHONPATH="%{buildroot}%{$python_sitelib}" - pushd $PYTHONPATH - py.test-%{$python_bin_suffix} - rm -rf $PYTHONPATH/.pytest_cache - popd -} +%python_expand py.test-%{$python_bin_suffix} %{buildroot}%{$python_sitelib}/bs4/tests %files %{python_files} %license COPYING.txt