This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch dw/8565 in repository https://gitbox.apache.org/repos/asf/allura.git
commit b4693013c9b992f1ce4bb82b55d305c943b9861c Author: Dillon Walls <dillon.wa...@slashdotmedia.com> AuthorDate: Tue Jul 30 22:08:07 2024 +0000 [#8565] remove deprecation warning filtering rules for ming --- pytest.ini | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pytest.ini b/pytest.ini index ffc5fc09b..e6e007360 100644 --- a/pytest.ini +++ b/pytest.ini @@ -22,12 +22,7 @@ filterwarnings = # https://github.com/html5lib/html5lib-python/issues/443 ignore::DeprecationWarning:html5lib.filters.sanitizer - # https://github.com/TurboGears/Ming/issues/48 - ignore::DeprecationWarning:ming - # not sure why timermiddleware is surfacing pymongo warnings, but it does: - ignore:insert is deprecated. Use insert_one or insert_many instead.:DeprecationWarning:timermiddleware - ignore:update is deprecated. Use replace_one, update_one or update_many instead.:DeprecationWarning:timermiddleware - ignore:remove is deprecated. Use delete_one or delete_many instead.:DeprecationWarning:timermiddleware + # don't let us regress on this: error:tmpl_context.form_values:DeprecationWarning:tg.wsgiapp