Skip to content

Commit 38e28f0

Browse files
committed
Correctly add a reason to the xfail
1 parent 5333831 commit 38e28f0

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
@@ -211,7 +211,7 @@ def test_multiple_constraints_files(script, data):
211211
assert 'installed Upper-1.0' in result.stdout
212212

213213

214-
@pytest.mark.xfail("Unclear what this guarantee is for.")
214+
@pytest.mark.xfail(reason="Unclear what this guarantee is for.")
215215
def test_respect_order_in_requirements_file(script, data):
216216
script.scratch_path.joinpath("frameworks-req.txt").write_text(textwrap.dedent("""\
217217
parent

0 commit comments

Comments
 (0)