Skip to content

Commit fdb2d63

Browse files
committed
TST: install GitPython from repo on Cygwin
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent b39a58b commit fdb2d63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

noxfile.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import os
44
import os.path
5+
import platform
56

67
import nox
78

@@ -46,6 +47,10 @@ def test(session):
4647
if os.environ.get('GITHUB_ACTIONS') == 'true':
4748
session.install('pytest-github-actions-annotate-failures')
4849

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy