From 4a9fced2576ad7ead97f9157c3e13fcd661b48b6 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Thu, 31 Jul 2025 16:28:52 +0200 Subject: [PATCH] Tests: include cattrs and fastjsonschema in bundled modules test These libs have landed for all platforms, so we can now test for them. Pull Request: https://projects.blender.org/blender/blender/pulls/143710 --- tests/python/bl_bundled_modules.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/python/bl_bundled_modules.py b/tests/python/bl_bundled_modules.py index 4602e87916e..0c0755ea6cb 100644 --- a/tests/python/bl_bundled_modules.py +++ b/tests/python/bl_bundled_modules.py @@ -25,6 +25,8 @@ import ssl import urllib3 import zlib import zstandard +import cattrs +import fastjsonschema # Dynamically loaded modules, to ensure they have satisfactory dependencies. import _blake2