python3Packages.aioimaplib: test with pytest-asyncio 0.x

Changed files
+2 -2
pkgs
development
python-modules
aioimaplib
+2 -2
pkgs/development/python-modules/aioimaplib/default.nix
···
mock,
poetry-core,
pyopenssl,
-
pytest-asyncio,
+
pytest-asyncio_0,
pytestCheckHook,
pytz,
}:
···
imaplib2
mock
pyopenssl
-
pytest-asyncio
+
pytest-asyncio_0
pytestCheckHook
pytz
];