From e276c951195afc5eac3b08f967b64e159bedc0d2 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 ac9dc350..ab33f0a1 100644 --- a/did.spec +++ b/did.spec @@ -43,7 +43,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/*