Skip to content

Commit

Permalink
setup.cfg: mute DeprecationWarnings in fs.base about getbytes/setbytes
Browse files Browse the repository at this point in the history
until fontTools.ufoLib gets updated to use the current fs 2.2 API
fonttools/fonttools#1424
  • Loading branch information
anthrotype committed Jan 7, 2019
1 parent 8f06b99 commit 4702ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ addopts =
filterwarnings:
ignore:tostring:DeprecationWarning
ignore:fromstring:DeprecationWarning
ignore:.*bytes:DeprecationWarning:fs.base

0 comments on commit 4702ab8

Please sign in to comment.