!9 [sync] PR-7: enable tests

From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-04-18 02:56:33 +00:00 committed by Gitee
commit 64803eb06b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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