python-Flask-Security-Too/filterwarnings-ignore-pkg_resources.patch

13 lines
662 B
Diff
Raw Normal View History

Index: Flask-Security-Too-5.1.1/pytest.ini
===================================================================
--- Flask-Security-Too-5.1.1.orig/pytest.ini
+++ Flask-Security-Too-5.1.1/pytest.ini
@@ -21,6 +21,7 @@ filterwarnings =
ignore:.*Setting 'json_encoder'.*:DeprecationWarning:flask:0
ignore:.*'JSONEncoder'.*:DeprecationWarning:flask:0
ignore::DeprecationWarning:mongoengine:
+ ignore:.*pkg_resources.*:DeprecationWarning::
ignore:.*passwordless feature.*:DeprecationWarning:flask_security:0
ignore:.*passing settings to bcrypt.*:DeprecationWarning:passlib:0
ignore:.*'crypt' is deprecated.*:DeprecationWarning:passlib:0