14
0
2022-03-11 09:25:43 +00:00
committed by Git OBS Bridge
parent 00f680e5ef
commit 12997f2c46
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 9 13:23:31 UTC 2022 - pgajdos@suse.com
- do not use setup.py test construct
https://trello.com/c/me9Z4sIv/121-setuppy-test-leftovers
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 15 08:52:41 UTC 2022 - Dirk Müller <dmueller@suse.com> Tue Feb 15 08:52:41 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -90,7 +90,9 @@ export LC_ALL=en_US.UTF-8
%check %check
export LC_ALL=en_US.UTF-8 export LC_ALL=en_US.UTF-8
%python_exec setup.py test %{python_expand pushd %{buildroot}%{$python_sitearch}
PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m Cryptodome.SelfTest
popd}
%files %{python_files} %files %{python_files}
%license LICENSE.rst %license LICENSE.rst