Skip to content

Commit 2a06578

Browse files
committed
TST: install GitPython from repo on Cygwin
Signed-off-by: Filipe Laíns <[email protected]>
1 parent b39a58b commit 2a06578

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ def test(session):
4646
if os.environ.get('GITHUB_ACTIONS') == 'true':
4747
session.install('pytest-github-actions-annotate-failures')
4848

49+
# https://github.com/gitpython-developers/GitPython/pull/1455
50+
if platform.system().startswith('CYGWIN'):
51+
session.install('git+https://github.com/gitpython-developers/GitPython.git')
52+
4953
session.run(
5054
'pytest',
5155
'--showlocals', '-vv',

0 commit comments

Comments
 (0)