Accepting request 707609 from devel:languages:python
- Skip test that randomly fails in obs test_argument_ranges OBS-URL: https://build.opensuse.org/request/show/707609 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argon2-cffi?expand=0&rev=5
This commit is contained in:
commit
a8549d5bb1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 4 13:50:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Skip test that randomly fails in obs test_argument_ranges
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 1 10:54:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon Apr 1 10:54:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: The Argon2 password hashing algorithm for Python
|
Summary: The Argon2 password hashing algorithm for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://argon2-cffi.readthedocs.io/
|
URL: https://github.com/hynek/argon2_cffi
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/argon2_cffi/argon2_cffi-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/argon2_cffi/argon2_cffi-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module cffi >= 1.0.0}
|
BuildRequires: %{python_module cffi >= 1.0.0}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
@ -61,7 +61,8 @@ export ARGON2_CFFI_USE_SYSTEM=1
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest_arch
|
# test_argument_ranges - randomly fails
|
||||||
|
%pytest_arch -k 'not test_argument_ranges'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst CHANGELOG.rst FAQ.rst
|
%doc README.rst CHANGELOG.rst FAQ.rst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user