python/coverage: update to 7.6.5
[oi-userland.git] / components / python / WebOb / patches / 02-test-skip-failing.patch
blobf516b8a69f7379fb2ea36bad0f8266dca8cad11a
1 --- webob-1.8.9/tests/test_compat.py.orig
2 +++ webob-1.8.9/tests/test_compat.py
3 @@ -53,6 +53,7 @@
5 class Test_cgi_FieldStorage_Py3_tests(object):
7 + @pytest.mark.skip(reason="always fails: https://github.com/Pylons/webob/issues/446")
8 def test_fieldstorage_not_multipart(self):
9 from webob.compat import cgi_FieldStorage