Removed xfail, refs #773

This commit is contained in:
Simon Willison 2020-05-27 21:11:53 -07:00
commit 510c1989d4

View file

@ -24,7 +24,6 @@ import urllib
at_memory_re = re.compile(r" at 0x\w+")
@pytest.mark.xfail
@pytest.mark.parametrize(
"plugin_hook", [name for name in dir(pm.hook) if not name.startswith("_")]
)