From cca9d0702707a45cf17698d8b7b0bcdce6cf7d25e79b8e8eb3c4eeb014e067a4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:51:35 +0000 Subject: [PATCH] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=35 --- python-html5lib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-html5lib.spec b/python-html5lib.spec index 1fecb88..4fe8965 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -64,7 +64,7 @@ simple custom format %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand %pytest --tb=short +%pytest --tb=short %files %{python_files} %license LICENSE