|
@@ -34,15 +34,6 @@ filterwarnings = [
|
|
|
|
|
|
"ignore::django.utils.deprecation.RemovedInDjango30Warning",
|
|
|
|
|
|
- # DeprecationWarnings from Python 3.6's sre_parse are just so painful,
|
|
|
- # and I haven't found a way to ignore it specifically from a module.
|
|
|
- # This one in particular is from the "cookies" packages as depended
|
|
|
- # on by an outdated version of responses, and shows up all over tests.
|
|
|
- # TODO(joshuarli): Upgrade responses, then revisit this.
|
|
|
- # It'll probably show up in other dependencies.
|
|
|
- "ignore::DeprecationWarning",
|
|
|
- "error:Using or importing the ABCs from 'collections':DeprecationWarning",
|
|
|
-
|
|
|
# At writing, the Google Bigtable Emulator relies on deprecated behavior
|
|
|
# internally, this can be removed once a version containing this fix is
|
|
|
# released: https://github.com/googleapis/python-bigtable/pull/246
|