2024-08-12 14:48:58 +00:00
|
|
|
---
|
|
|
|
tests/test_legacy.py | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
--- a/tests/test_legacy.py
|
|
|
|
+++ b/tests/test_legacy.py
|
|
|
|
@@ -28,6 +28,7 @@ warnings.simplefilter('error')
|
2018-10-19 19:47:18 +00:00
|
|
|
# Except for the warnings that shouldn't
|
|
|
|
warnings.filterwarnings('default', category=PendingDeprecationWarning)
|
|
|
|
warnings.filterwarnings('default', category=DeprecationWarning, module='markdown')
|
|
|
|
+warnings.filterwarnings('default', category=DeprecationWarning, module='yaml')
|
|
|
|
|
|
|
|
parent_test_dir = os.path.abspath(os.path.dirname(__file__))
|
|
|
|
|