-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
test_asyncio_encryption is never being run in CI. The problem is that is env.require_version_min cannot be used at the module level like this:
@env.require_version_min(4, 2, -1)
class TestExplicitSimple(AsyncIOTestCase):