Disable --remove-background so we can remove leptonica

This commit is contained in:
James R. Barlow
2021-11-12 23:56:52 -08:00
parent f8c6be2e26
commit 59642a98b2
5 changed files with 6 additions and 5 deletions
+1
View File
@@ -41,6 +41,7 @@ def test_deskew(resources, outdir):
assert -0.5 < skew_angle < 0.5, "Deskewing failed"
@pytest.mark.xfail(reason="remove background disabled")
def test_remove_background(resources, outdir):
# Ensure the input image does not contain pure white/black
with Image.open(resources / 'congress.jpg') as im: