Skip to content

Commit 0c2a2bc

Browse files
committed
Mark a couple of tests that still use --build as xfail
1 parent 7c4c5b8 commit 0c2a2bc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/functional/test_install_cleanup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88

99
@pytest.mark.network
10+
@pytest.mark.xfail(
11+
reason="The --build option was removed"
12+
)
1013
def test_no_clean_option_blocks_cleaning_after_install(script, data):
1114
"""
1215
Test --no-clean option blocks cleaning after install

tests/functional/test_wheel.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ def test_pip_wheel_fail(script, data):
187187
assert result.returncode != 0
188188

189189

190+
@pytest.mark.xfail(
191+
reason="The --build option was removed"
192+
)
190193
def test_no_clean_option_blocks_cleaning_after_wheel(
191194
script,
192195
data,

0 commit comments

Comments
 (0)