Tests: updated Python bundled modules test

Add the new zstandard module, as well as previously missing ones.

Ref D12777, T88438
This commit is contained in:
Brecht Van Lommel 2021-10-21 18:31:17 +02:00
parent 0a63297a88
commit aea2287af3
Notes: blender-bot 2023-02-14 02:22:07 +01:00
Referenced by issue #88438, Libraries Changes for Blender 3.0
1 changed files with 5 additions and 0 deletions

View File

@ -21,9 +21,14 @@
# Test that modules we ship with our Python installation are available
import bz2
import certifi
import ctypes
import cython
import lzma
import numpy
import requests
import sqlite3
import ssl
import urllib3
import zlib
import zstandard