Skip to content

Commit

Permalink
Mark a couple of tests that still use --build as xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Oct 27, 2020
1 parent 7c4c5b8 commit 0c2a2bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/test_install_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@


@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
Expand Down
3 changes: 3 additions & 0 deletions tests/functional/test_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0c2a2bc

Please sign in to comment.