aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-10-30 14:11:58 -0700
committerElliott Hughes <enh@google.com>2018-11-05 12:18:33 -0800
commit69c9acab6a81c7bce36329972332cdbd0d11f449 (patch)
tree34a739b3dd0e612719459f0e5da542200be4c5fe /setup.cfg
parent467aa0fba5e99b4bcc2651a15843d5b37e7929c1 (diff)
downloadfonttools-69c9acab6a81c7bce36329972332cdbd0d11f449.tar.gz
Ran `tools/external_updater/updater.sh update fonttools`. Bug: N/A Test: builds Change-Id: I59a0dfbf4585d3a95d2120d49730321b84c884ff
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 8 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 232b34a6..0d36f4c8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 3.28.0
+current_version = 3.31.0
commit = True
tag = False
tag_name = {new_version}
@@ -30,9 +30,6 @@ universal = 1
[sdist]
formats = zip
-[aliases]
-test = pytest
-
[metadata]
license_file = LICENSE
@@ -50,6 +47,13 @@ addopts =
--doctest-modules
--doctest-ignore-import-errors
--pyargs
+filterwarnings =
+ ignore:tostring:DeprecationWarning
+ ignore:fromstring:DeprecationWarning
+ ignore:readPlist:DeprecationWarning:plistlib_test
+ ignore:writePlist:DeprecationWarning:plistlib_test
+ ignore:some_function:DeprecationWarning:fontTools.ufoLib.utils
+ ignore::DeprecationWarning:fontTools.varLib.designspace
[egg_info]
tag_build =