tornavis/tests/python/bl_bundled_modules.py

17 lines
282 B
Python

# SPDX-License-Identifier: GPL-2.0-or-later
# 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