!23 enable check test suite
From: @wangjiang37 Reviewed-by: @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
da802a6b29
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-jinja2
|
||||
Version: 3.0.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A full-featured template engine for Python
|
||||
License: BSD
|
||||
URL: http://jinja.pocoo.org/
|
||||
@ -47,6 +47,11 @@ pushd python3
|
||||
%py3_install
|
||||
popd
|
||||
|
||||
%check
|
||||
pushd python3
|
||||
PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests
|
||||
popd
|
||||
|
||||
%files -n python3-jinja2
|
||||
%license Jinja2-%{version}/LICENSE.rst
|
||||
%{python3_sitelib}/jinja2
|
||||
@ -57,6 +62,9 @@ popd
|
||||
%doc Jinja2-%{version}/examples
|
||||
|
||||
%changelog
|
||||
* Thu Jun 30 2022 wangjiang <wangjiang37@h-partners.com> - 3.0.3-2
|
||||
- enable check test suite
|
||||
|
||||
* Sun Dec 25 2021 tianwei <tianwei12@huawei.com> - 3.0.3
|
||||
- Upgrade version to 3.0.3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user