Accepting request 871259 from home:pmonrealgonzalez:branches:devel:languages:python

To be evaluated in Staging:O, it fixes the build there.

OBS-URL: https://build.opensuse.org/request/show/871259
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-toolbelt?expand=0&rev=20
This commit is contained in:
Markéta Machová 2021-02-12 09:43:16 +00:00 committed by Git OBS Bridge
parent 7170e3f32e
commit 2d67fc61e1
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}