Skip to content

Commit

Permalink
Run unit tests always under the English locale
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Jul 9, 2020
1 parent b0b4e31 commit 028f668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions did.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ mkdir -p %{buildroot}%{_mandir}/man1
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'

%files
Expand Down

0 comments on commit 028f668

Please sign in to comment.