From 4702ab8d857e46bc288632d122ce3e931944c123 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 7 Jan 2019 16:00:31 +0000 Subject: [PATCH] setup.cfg: mute DeprecationWarnings in fs.base about getbytes/setbytes until fontTools.ufoLib gets updated to use the current fs 2.2 API https://github.com/fonttools/fonttools/issues/1424 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d0da957ba..8dd8cafc5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,3 +23,4 @@ addopts = filterwarnings: ignore:tostring:DeprecationWarning ignore:fromstring:DeprecationWarning + ignore:.*bytes:DeprecationWarning:fs.base