Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 493e58f

Browse files
committed
Add an xfail reason to test_no_host
1 parent 9825e1c commit 493e58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_url_parsing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def test_no_path(self):
214214
assert u.query_string == ""
215215
assert u.fragment == ""
216216

217-
@pytest.mark.xfail
217+
@pytest.mark.xfail(reason="https://github.com/aio-libs/yarl/issues/821")
218218
def test_no_host(self):
219219
u = URL("//:80")
220220
assert u.scheme == ""

0 commit comments

Comments
 (0)