1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

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.network
@pytest.mark.xfail(
reason="The --build option was removed"
)
def test_no_clean_option_blocks_cleaning_after_install(script, data): def test_no_clean_option_blocks_cleaning_after_install(script, data):
""" """
Test --no-clean option blocks cleaning after install 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 assert result.returncode != 0
@pytest.mark.xfail(
reason="The --build option was removed"
)
def test_no_clean_option_blocks_cleaning_after_wheel( def test_no_clean_option_blocks_cleaning_after_wheel(
script, script,
data, data,