commit 7f83c4ad8881acc82cca99acc17990a9f98710f7 from: Jelmer Vernooij date: Fri Jul 15 15:20:48 2022 UTC Fix testdata path in compat tests. commit - e7fbfff5717424bcc4d13092f02bb9684f22ebbb commit + 7f83c4ad8881acc82cca99acc17990a9f98710f7 blob - bec350c7c68f4a937259f741e537d7be21dd6541 blob + ddf84c8de5a8b568c213cabe7e27b78255587aaa --- dulwich/tests/compat/utils.py +++ dulwich/tests/compat/utils.py @@ -43,7 +43,9 @@ from dulwich.tests import ( _DEFAULT_GIT = "git" _VERSION_LEN = 4 _REPOS_DATA_DIR = os.path.abspath( - os.path.join(os.path.dirname(__file__), os.pardir, "data", "repos") + os.path.join( + os.path.dirname(__file__), os.pardir, os.pardir, os.pardir, + "testdata", "repos") )