/home/dch/pygls/pygls/server.py:168: DeprecationWarning: There is no current event loop
self.loop = loop or asyncio.get_event_loop()
and
/home/dch/.virtualenvs/pygls/lib/python3.10/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file.
config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)
Fixing a couple of deprecation warnings
and