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 running pytest tests we get deprecation warnings:
sarracenia/flowcb/work/send_egc_les.py:32
/home/peter/Sarracenia/sr3/sarracenia/flowcb/work/send_egc_les.py:32: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13
import logging, telnetlib, sys, os, stat, time
Presumably someone needs to re-write these tests with plain sockets... or research something else... because telnetlib is going away.
All we can do for now is disable the test.
The text was updated successfully, but these errors were encountered:
when running pytest tests we get deprecation warnings:
Presumably someone needs to re-write these tests with plain sockets... or research something else... because telnetlib is going away.
All we can do for now is disable the test.
The text was updated successfully, but these errors were encountered: