Skip to content

Commit

Permalink
Remove xfail from a weird but passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Sep 30, 2021
1 parent fbdc464 commit 12cb745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_install_reqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 12cb745

Please sign in to comment.