Files
test/tests/python/bl_bundled_modules.py

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

19 lines
302 B
Python
Raw Normal View History

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