You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tests are running, the following warnings are logged - all of them are for test-code:
=============================== warnings summary ===============================
tests/test_pyctuator_e2e.py: 72 warnings
tests/test_spring_boot_admin_registration.py: 4 warnings
/usr/local/lib/python3.9/asyncio/base_events.py:1460: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
infos = await tasks.gather(*fs, loop=self)
tests/test_pyctuator_e2e.py: 72 warnings
tests/test_spring_boot_admin_registration.py: 4 warnings
/usr/local/lib/python3.9/asyncio/base_events.py:1518: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
await tasks.sleep(0, loop=self)
tests/test_pyctuator_e2e.py: 10 warnings
/usr/local/lib/python3.9/asyncio/base_events.py:542: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
results = await tasks.gather(
The text was updated successfully, but these errors were encountered:
When tests are running, the following warnings are logged - all of them are for test-code:
The text was updated successfully, but these errors were encountered: