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 committed Jan 27, 2023
1 parent 88188d9 commit e276c95
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 @@ -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/*
Expand Down

0 comments on commit e276c95

Please sign in to comment.