Accepting request 871385 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/871385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-toolbelt?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2021-02-17 17:09:28 +00:00 committed by Git OBS Bridge
commit c0966e62ce
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 11 16:08:10 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
- Relax the crypto policies for the test-suite
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 14 00:35:01 UTC 2020 - Benjamin Greiner <code@bnavigator.de> Mon Dec 14 00:35:01 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-requests-toolbelt # spec file for package python-requests-toolbelt
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -67,6 +67,10 @@ rm -v tests/test_multipart_encoder.py
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
# Relax the crypto policies for the test-suite
export OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file
export OPENSSL_CONF=''
%pytest %pytest
%files %{python_files} %files %{python_files}