Skip to content

major test failures #673

@0-wiz-0

Description

@0-wiz-0

When running the self tests for Gitpython-2.1.7 on NetBSD with python-3.6.2, ddt-1.1.1, mock-2.0.0, nose-1.3.7, smmap2-2.0.3, gitdb2-2.0.3 and git-2.14.2, not a single test succeeds:

gitdb2 has a number of test failures as well, see gitpython-developers/gitdb#42, but not on that scale.

# /usr/pkg/bin/python3.6  setup.py  test
/usr/pkg/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_requirements'
  warnings.warn(msg)
running test
running egg_info
writing GitPython.egg-info/PKG-INFO
writing dependency_links to GitPython.egg-info/dependency_links.txt
writing requirements to GitPython.egg-info/requires.txt
writing top-level names to GitPython.egg-info/top_level.txt
reading manifest file 'GitPython.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README'
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
writing manifest file 'GitPython.egg-info/SOURCES.txt'
running build_ext
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
test_base (git.test.test_config.TestBase) ... ok
test_complex_aliases (git.test.test_config.TestBase) ... ok
test_config_include (git.test.test_config.TestBase) ... ok
test_empty_config_value (git.test.test_config.TestBase) ... ok
test_lock_reentry (git.test.test_config.TestBase) ... ok
test_multi_line_config (git.test.test_config.TestBase) ... ok
test_read_write (git.test.test_config.TestBase) ... ok
test_rename (git.test.test_config.TestBase) ... ok
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
test_base (git.test.test_config.TestBase) ... ok
test_complex_aliases (git.test.test_config.TestBase) ... ok
test_config_include (git.test.test_config.TestBase) ... ok
test_empty_config_value (git.test.test_config.TestBase) ... ok
test_lock_reentry (git.test.test_config.TestBase) ... ok
test_multi_line_config (git.test.test_config.TestBase) ... ok
test_read_write (git.test.test_config.TestBase) ... ok
test_rename (git.test.test_config.TestBase) ... ok
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
test_base (git.test.test_config.TestBase) ... ok
test_complex_aliases (git.test.test_config.TestBase) ... ok
test_config_include (git.test.test_config.TestBase) ... ok
test_empty_config_value (git.test.test_config.TestBase) ... ok
test_lock_reentry (git.test.test_config.TestBase) ... ok
test_multi_line_config (git.test.test_config.TestBase) ... ok
test_read_write (git.test.test_config.TestBase) ... ok
test_rename (git.test.test_config.TestBase) ... ok
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR

======================================================================
ERROR: setUpClass (git.test.test_stats.TestStats)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_tree.TestTree)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_submodule.TestSubmodule)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_db.TestDB)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_docs.Tutorials)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_git.TestGit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/test_git.py", line 45, in setUpClass
    super(TestGit, cls).setUpClass()
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_fun.TestFun)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_util.TestUtils)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_diff.TestDiff)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_refs.TestRefs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_repo.TestRepo)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_reflog.TestRefLog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_index.TestIndex)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_remote.TestRemote)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.performance.test_streams.TestObjDBPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.performance.test_odb.TestObjDBPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.performance.test_commit.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_exc.TExc)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_blob.TestBlob)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_base.TestBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_commit.TestCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_stats.TestStats)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_tree.TestTree)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_submodule.TestSubmodule)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_db.TestDB)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_docs.Tutorials)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_git.TestGit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/test_git.py", line 45, in setUpClass
    super(TestGit, cls).setUpClass()
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_fun.TestFun)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_util.TestUtils)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_diff.TestDiff)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_refs.TestRefs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_repo.TestRepo)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_reflog.TestRefLog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_index.TestIndex)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_remote.TestRemote)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.performance.test_streams.TestObjDBPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.performance.test_odb.TestObjDBPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.performance.test_commit.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_exc.TExc)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_blob.TestBlob)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_base.TestBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_commit.TestCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.performance.test_streams.TestObjDBPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.performance.test_odb.TestObjDBPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.performance.test_commit.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.performance.test_odb.TestObjDBPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.performance.test_streams.TestObjDBPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_base.TestBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_blob.TestBlob)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_commit.TestCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_db.TestDB)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_diff.TestDiff)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_docs.Tutorials)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_exc.TExc)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_fun.TestFun)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_git.TestGit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/test_git.py", line 45, in setUpClass
    super(TestGit, cls).setUpClass()
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_index.TestIndex)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_reflog.TestRefLog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_refs.TestRefs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_remote.TestRemote)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_repo.TestRepo)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_stats.TestStats)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_submodule.TestSubmodule)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_tree.TestTree)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

======================================================================
ERROR: setUpClass (git.test.test_util.TestUtils)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
    cls.rorepo = Repo(GIT_REPO)
  File ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
    raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7

----------------------------------------------------------------------
Ran 24 tests in 0.493s

FAILED (errors=65)
Test failed: <unittest.runner.TextTestResult run=24 errors=65 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=24 errors=65 failures=0>
*** Error code 1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions