Accepting request 840262 from devel:languages:python

- Don't use deprecated 'python setup.py test', use pytest directly.

OBS-URL: https://build.opensuse.org/request/show/840262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=10
This commit is contained in:
2020-10-29 08:47:06 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 8 10:13:31 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Don't use deprecated 'python setup.py test', use pytest directly.
-------------------------------------------------------------------
Thu Aug 27 22:04:24 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -61,7 +61,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%python_expand %fdupes %{buildroot}/%{$python_sitearch}
%check
%python_exec setup.py test
%pytest_arch tests/
%files %{python_files}
%license LICENSE