diff --git a/python-GitPython.changes b/python-GitPython.changes index 1755d37..1659816 100644 --- a/python-GitPython.changes +++ b/python-GitPython.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Nov 7 23:35:37 UTC 2022 - Matej Cepl + +- Setting proper configuration variable allows to run previously + skipped tests. + +------------------------------------------------------------------- +Mon Nov 7 14:50:21 UTC 2022 - Matej Cepl + +- Skip failing tests (gh#gitpython-developers/GitPython#1511). + ------------------------------------------------------------------- Thu Jan 14 14:19:01 UTC 2021 - mmachova@suse.com diff --git a/python-GitPython.spec b/python-GitPython.spec index 66c979d..1eea5e9 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -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,10 +74,11 @@ 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" -%pytest -k 'not test_installation' test +%pytest -k 'not test_installation' test %files %{python_files} %license LICENSE