tornavis/tests/python/bl_bundled_modules.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
282 B
Python
Raw Normal View History

# 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