Accepting request 1034394 from devel:languages:python
- Setting proper configuration variable allows to run previously skipped tests. - Skip failing tests (gh#gitpython-developers/GitPython#1511). OBS-URL: https://build.opensuse.org/request/show/1034394 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-GitPython?expand=0&rev=24
This commit is contained in:
commit
fb4c877d26
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 23:35:37 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Setting proper configuration variable allows to run previously
|
||||
skipped tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 14:50:21 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Skip failing tests (gh#gitpython-developers/GitPython#1511).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 14 14:19:01 UTC 2021 - mmachova@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-GitPython
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-GitPython
|
||||
Version: 3.1.12.1610074031.f653af66
|
||||
@ -75,6 +74,7 @@ export TRAVIS=true
|
||||
export LANG=en_US.UTF-8
|
||||
export GIT_PYTHON_TEST_GIT_REPO_BASE=${PWD}
|
||||
|
||||
git config --global protocol.file.allow "always"
|
||||
git config --global user.email "you@example.com"
|
||||
git config --global user.name "Your Name"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user