python3Packages.pyee: pin pytest-asyncio 0.x

Changed files
+2 -2
pkgs
development
python-modules
+2 -2
pkgs/development/python-modules/pyee/default.nix
···
buildPythonPackage,
fetchPypi,
mock,
-
pytest-asyncio,
+
pytest-asyncio_0,
pytest-trio,
pytestCheckHook,
pythonOlder,
···
nativeCheckInputs = [
mock
-
pytest-asyncio
+
pytest-asyncio_0
pytest-trio
pytestCheckHook
twisted