Skip to content

Commit

Permalink
Update the spec file as well
Browse files Browse the repository at this point in the history
  • Loading branch information
psss authored and lukaszachy committed Feb 9, 2024
1 parent 3981669 commit 6bdd72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion did.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 6bdd72c

Please sign in to comment.