Skip to content

Commit

Permalink
Remove --build xfail for now
Browse files Browse the repository at this point in the history
The option is current restored. We should remove this test after the
option is removed (again).
  • Loading branch information
uranusjr committed Sep 30, 2021
1 parent 8043eb2 commit fbdc464
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/functional/test_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ 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 fbdc464

Please sign in to comment.