Content-Length: 277772 | pFad | http://github.com/gitpython-developers/GitPython/commit/d06f8a91741c5f97fe70d74f585b394a8377b30d

48 Merge pull request #2009 from EliahKagan/cygwin-xfail-ci · gitpython-developers/GitPython@d06f8a9 · GitHub
Skip to content

Commit d06f8a9

Browse files
authored
Merge pull request #2009 from EliahKagan/cygwin-xfail-ci
Mark `test_installation` xfail on Cygwin CI
2 parents fe7533e + 2ae697d commit d06f8a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/test_installation.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@
44
import ast
55
import os
66
import subprocess
7+
import sys
8+
9+
import pytest
710

811
from test.lib import TestBase, VirtualEnvironment, with_rw_directory
912

1013

1114
class TestInstallation(TestBase):
15+
@pytest.mark.xfail(
16+
sys.platform == "cygwin" and "CI" in os.environ,
17+
reason="Trouble with pip on Cygwin CI, see issue #2004",
18+
raises=subprocess.CalledProcessError,
19+
)
1220
@with_rw_directory
1321
def test_installation(self, rw_dir):
1422
venv = self._set_up_venv(rw_dir)

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/gitpython-developers/GitPython/commit/d06f8a91741c5f97fe70d74f585b394a8377b30d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy