15
0

Accepting request 1037860 from devel:languages:python

- Add "git config --global --add protocol.file.allow always" to fix tests,
  based on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023597

OBS-URL: https://build.opensuse.org/request/show/1037860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-check-manifest?expand=0&rev=13
This commit is contained in:
2022-11-24 12:37:27 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 24 10:46:40 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Add "git config --global --add protocol.file.allow always" to fix tests,
based on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023597
-------------------------------------------------------------------
Mon Sep 26 21:17:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -98,6 +98,8 @@ skip='test_build_sdist or test_python_from_path'
# E TypeError: tuple indices must be integers or slices, not str
skip="$skip or test_extra_ignore_args or test_ignore_bad_ideas_args"
%endif
# Fix tests https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023597
git config --global --add protocol.file.allow always
%pytest -rs -k "not ($skip)"
%endif