Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd772924

Browse files
committed
ENH: respect GIT_PYTHON_TEST_GIT_REPO_BASE env var in tests
1 parentd8bbfea commitd772924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/test/lib/helper.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
fromgitimportRepo,Remote,GitCommandError,Git
1616
fromgit.compatimportstring_types
1717

18-
GIT_REPO=os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
18+
GIT_REPO=os.environ.get("GIT_PYTHON_TEST_GIT_REPO_BASE",os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))))
1919

2020
__all__= (
2121
'fixture_path','fixture','absolute_project_path','StringProcessAdapter',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp