From 53db14b18865604cd3dfbdd3514c5e09f80a0cf3 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 30 Oct 2020 14:41:57 +0530 Subject: [PATCH] Mark test about install order as an xfail --- tests/functional/test_install_reqs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/test_install_reqs.py b/tests/functional/test_install_reqs.py index 0405c4d24..99a317932 100644 --- a/tests/functional/test_install_reqs.py +++ b/tests/functional/test_install_reqs.py @@ -211,6 +211,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.") def test_respect_order_in_requirements_file(script, data): script.scratch_path.joinpath("frameworks-req.txt").write_text(textwrap.dedent("""\ parent