ENH Remove import time warning for missing lzma by rth · Pull Request #43495 · pandas-dev/pandas (original) (raw)

I think the code check at

pandas/ci/code_checks.sh

Lines 48 to 50 in3467469

blocklist = {'bs4', 'gcsfs', 'html5lib', 'http', 'ipython', 'jinja2', 'hypothesis',
'lxml', 'matplotlib', 'openpyxl', 'py', 'pytest', 's3fs', 'scipy',
'tables', 'urllib.request', 'xlrd', 'xlsxwriter', 'xlwt'}

could be updated to add lzma, rather than the test you added.