Mark a couple of tests that still use --build as xfail

This commit is contained in:
Paul Moore 2020-10-25 19:06:14 +00:00
parent 7c4c5b8330
commit 0c2a2bc803
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,9 @@ from pip._internal.cli.status_codes import PREVIOUS_BUILD_DIR_ERROR
@pytest.mark.network
@pytest.mark.xfail(
reason="The --build option was removed"
)
def test_no_clean_option_blocks_cleaning_after_install(script, data):
"""
Test --no-clean option blocks cleaning after install

View File

@ -187,6 +187,9 @@ def test_pip_wheel_fail(script, data):
assert result.returncode != 0
@pytest.mark.xfail(
reason="The --build option was removed"
)
def test_no_clean_option_blocks_cleaning_after_wheel(
script,
data,