Skip to content

Commit 12cb745

Browse files
committed
Remove xfail from a weird but passing test
1 parent fbdc464 commit 12cb745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_install_reqs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def test_multiple_constraints_files(script, data):
213213
assert "installed Upper-1.0" in result.stdout
214214

215215

216-
@pytest.mark.xfail(reason="Unclear what this guarantee is for.")
216+
# FIXME: Unclear what this guarantee is for.
217217
def test_respect_order_in_requirements_file(script, data):
218218
script.scratch_path.joinpath("frameworks-req.txt").write_text(
219219
textwrap.dedent(

0 commit comments

Comments
 (0)