There was an error while loading. Please reload this page.
1 parent f12c732 commit d204e66Copy full SHA for d204e66
1 file changed
gitlab/__init__.py
@@ -38,7 +38,8 @@
38
__license__ = 'LGPL3'
39
__copyright__ = 'Copyright 2013-2016 Gauvain Pocentek'
40
41
-warnings.simplefilter('always', DeprecationWarning)
+warnings.filterwarnings('default', category=DeprecationWarning,
42
+ module='^gitlab')
43
44
45
def _sanitize(value):
0 commit comments