blob: c1c2f178831ae7c554dfc39a1a3175668fefd822 (
plain)
1
2
3
4
5
6
|
"""Test deprecated modules from Python 3.9,
but use an earlier --py-version and ensure a warning is still emitted.
"""
# pylint: disable=unused-import
import binhex # [deprecated-module]
|