From 12cb74598598dce9edcc9a0eb99dd79d85700105 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Thu, 30 Sep 2021 15:59:36 +0800 Subject: [PATCH] Remove xfail from a weird but passing test --- tests/functional/test_install_reqs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/test_install_reqs.py b/tests/functional/test_install_reqs.py index 049cd7ab545..520ad01897b 100644 --- a/tests/functional/test_install_reqs.py +++ b/tests/functional/test_install_reqs.py @@ -213,7 +213,7 @@ def test_multiple_constraints_files(script, data): assert "installed Upper-1.0" in result.stdout -@pytest.mark.xfail(reason="Unclear what this guarantee is for.") +# FIXME: Unclear what this guarantee is for. def test_respect_order_in_requirements_file(script, data): script.scratch_path.joinpath("frameworks-req.txt").write_text( textwrap.dedent(