From 010ef8971da25b15e9a5a0215c0945ae3e4bc66149b4e56e77ae2a34b32b1e33 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 4 Nov 2019 14:12:38 +0000 Subject: [PATCH] Use %pytest macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=29 --- python-APScheduler.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-APScheduler.spec b/python-APScheduler.spec index ce7c78f..c1d2d3c 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -95,7 +95,7 @@ rm setup.cfg %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v +%pytest %files %{python_files} %license LICENSE.txt