I'm running tests for `GitPython 3.1.40` and the following test fails: ``` ___________ TestRepo.test_new_should_raise_on_invalid_repo_location ____________ self = <test.test_repo.TestRepo testMethod=test_new_should_raise_on_invalid_repo_location> def test_new_should_raise_on_invalid_repo_location(self): > self.assertRaises(InvalidGitRepositoryError, Repo, tempfile.gettempdir()) E AssertionError: InvalidGitRepositoryError not raised by Repo test/test_repo.py:81: AssertionError ```