- Update 636-urllib3-2-compat.patch (from

gh#getsentry/responses!636).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=56
This commit is contained in:
Matej Cepl 2023-05-09 22:21:05 +00:00 committed by Git OBS Bridge
parent 3afbd6258c
commit 7115e186f4
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 9 22:20:25 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Update 636-urllib3-2-compat.patch (from
gh#getsentry/responses!636).
-------------------------------------------------------------------
Mon May 8 21:00:43 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -75,9 +75,7 @@ export PYTHONIOENCODING="utf_8"
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# gh#getsentry/responses#635
skiptests="test_auto_calculate_content_length_doesnt_override_existing_value"
%pytest -k "not ($skiptests)"
%pytest
%files %{python_files}
%doc CHANGES README.rst