make test fail

This commit is contained in:
jinzhimin369 2021-01-19 15:45:53 +08:00
parent 90cab2b4ac
commit 5e7f583984

View File

@ -1,6 +1,6 @@
Name: python-mako Name: python-mako
Version: 1.0.6 Version: 1.0.6
Release: 15 Release: 16
Summary: Mako template library for Python Summary: Mako template library for Python
License: (MIT and Python) and (BSD or GPLv2) License: (MIT and Python) and (BSD or GPLv2)
Group: Development/Languages Group: Development/Languages
@ -49,6 +49,8 @@ mv %{buildroot}/%{_bindir}/mako-render %{buildroot}/%{_bindir}/python3-mako-rend
rm -rf doc/build rm -rf doc/build
%check %check
rm setup.cfg
export LANG=en_US.UTF-8
%{__python3} setup.py test %{__python3} setup.py test
%files -n python3-mako %files -n python3-mako
@ -61,6 +63,12 @@ rm -rf doc/build
%doc doc %doc doc
%changelog %changelog
* Tue Jan 19 2021 tianwei <tianwei12@huawei.com> - 1.0.6-16
- Type:NA
- ID:NA
- SUG:NA
- DESC:fix pytest setup.cfg fail in make check
* Sat Aug 8 2020 shixuantong <shixuantong@huawei.com> - 1.0.6-15 * Sat Aug 8 2020 shixuantong <shixuantong@huawei.com> - 1.0.6-15
- Type:NA - Type:NA
- ID:NA - ID:NA