We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39a58b commit 2a06578Copy full SHA for 2a06578
noxfile.py
@@ -46,6 +46,10 @@ def test(session):
46
if os.environ.get('GITHUB_ACTIONS') == 'true':
47
session.install('pytest-github-actions-annotate-failures')
48
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
+
53
session.run(
54
'pytest',
55
'--showlocals', '-vv',
0 commit comments