From 0c2a2bc803b677e9b5a4b0cc571b7ed070da4e78 Mon Sep 17 00:00:00 2001
From: Paul Moore
Date: Sun, 25 Oct 2020 19:06:14 +0000
Subject: [PATCH] Mark a couple of tests that still use --build as xfail
---
tests/functional/test_install_cleanup.py | 3 +++
tests/functional/test_wheel.py | 3 +++
2 files changed, 6 insertions(+)
diff --git a/tests/functional/test_install_cleanup.py b/tests/functional/test_install_cleanup.py
index c01c47c3e3e..30102fd2096 100644
--- a/tests/functional/test_install_cleanup.py
+++ b/tests/functional/test_install_cleanup.py
@@ -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
diff --git a/tests/functional/test_wheel.py b/tests/functional/test_wheel.py
index 73c741f8d2d..5e91fea8ab8 100644
--- a/tests/functional/test_wheel.py
+++ b/tests/functional/test_wheel.py
@@ -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,