From 6bdd72c1cc678e41e3a7e81baaed6d8b4cb57949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Fri, 27 Jan 2023 16:29:45 +0100 Subject: [PATCH] Update the spec file as well --- did.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/did.spec b/did.spec index 5ce91b1b..e06322da 100644 --- a/did.spec +++ b/did.spec @@ -44,7 +44,7 @@ install -pm 644 did.1.gz %{buildroot}%{_mandir}/man1 %check export LANG=en_US.utf-8 -%{__python3} -m pytest -vv tests/test*.py -k 'not smoke' +%{__python3} -m pytest -vv tests/unit/test*.py -k 'not smoke' %files %{_mandir}/man1/*