PyMeasure CI #61
pymeasure_CI.yml
on: push
Docs and Linting
3m 36s
Matrix: test
Annotations
6 warnings
Python 3.11, ubuntu-latest
/home/runner/micromamba/envs/pymeasure/lib/python3.11/site-packages/pymeasure/adapters/telnet.py:25: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13
|
Python 3.11, ubuntu-latest
import telnetlib
|
Python 3.11, macos-latest
/Users/runner/micromamba/envs/pymeasure/lib/python3.11/site-packages/pymeasure/adapters/telnet.py:25: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13
|
Python 3.11, macos-latest
import telnetlib
|
Python 3.11, windows-latest
C:\Users\runneradmin\micromamba\envs\pymeasure\Lib\site-packages\pymeasure\adapters\telnet.py:25: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13
|
Python 3.11, windows-latest
import telnetlib
|