1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Mark test about install order as an xfail

This commit is contained in:
Pradyun Gedam 2020-10-30 14:41:57 +05:30
parent 47c8d38bd9
commit 53db14b188
No known key found for this signature in database
GPG key ID: FF99710C4332258E

View file

@ -211,6 +211,7 @@ def test_multiple_constraints_files(script, data):
assert 'installed Upper-1.0' in result.stdout 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): def test_respect_order_in_requirements_file(script, data):
script.scratch_path.joinpath("frameworks-req.txt").write_text(textwrap.dedent("""\ script.scratch_path.joinpath("frameworks-req.txt").write_text(textwrap.dedent("""\
parent parent