enable tests

This commit is contained in:
zhanzhimin 2022-04-11 15:44:58 +08:00
parent ee1e714da6
commit e9daa75ffd

View File

@ -1,9 +1,10 @@
%{?python_enable_dependency_generator} %{?python_enable_dependency_generator}
%bcond_without check
Name: python-pynacl Name: python-pynacl
Summary: Python binding to the libsodium library Summary: Python binding to the libsodium library
Version: 1.4.0 Version: 1.4.0
Release: 2 Release: 3
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/pyca/pynacl URL: https://github.com/pyca/pynacl
Source0: https://github.com/pyca/pynacl/archive/%{version}/pynacl-%{version}.tar.gz Source0: https://github.com/pyca/pynacl/archive/%{version}/pynacl-%{version}.tar.gz
@ -51,6 +52,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} py.test-3 -v
%{python3_sitearch}/nacl/ %{python3_sitearch}/nacl/
%changelog %changelog
* Mon Apr 11 2022 zhanzhimin<zhanzhimin@h.partners.com> - 1.4.0-3
- enable tests
* Wed Aug 5 2020 yanglongkang <yanglongkang@huawei.com> - 1.4.0-2 * Wed Aug 5 2020 yanglongkang <yanglongkang@huawei.com> - 1.4.0-2
- fix build fail,delete python2 buildrequire - fix build fail,delete python2 buildrequire