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

Commitd06f8a9

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

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
importast
55
importos
66
importsubprocess
7+
importsys
8+
9+
importpytest
710

811
fromtest.libimportTestBase,VirtualEnvironment,with_rw_directory
912

1013

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp