This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Add more tests #8
pyleco_extras_CI.yml
on: push
Docs and Linting
16s
Code coverage on codecov
48s
Static Type Checking
19s
Matrix: test
Annotations
11 errors and 19 warnings
Static Type Checking
Process completed with exit code 1.
|
Python 3.9, macos-latest
Process completed with exit code 2.
|
Python 3.11, macos-latest
The job was canceled because "macos-latest_3_9" failed.
|
Python 3.12, windows-latest
The job was canceled because "macos-latest_3_9" failed.
|
Python 3.12, windows-latest
The operation was canceled.
|
Python 3.9, windows-latest
The job was canceled because "macos-latest_3_9" failed.
|
Python 3.9, windows-latest
The operation was canceled.
|
Python 3.10, windows-latest
The job was canceled because "macos-latest_3_9" failed.
|
Python 3.10, windows-latest
The operation was canceled.
|
Python 3.11, windows-latest
The job was canceled because "macos-latest_3_9" failed.
|
Python 3.11, windows-latest
The operation was canceled.
|
Python 3.10, macos-latest
/Users/runner/micromamba/envs/pyleco-extras/lib/python3.10/site-packages/pymeasure/instruments/agilent/agilentE4408B.py:30: DeprecationWarning:
|
Python 3.10, macos-latest
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
|
Python 3.10, macos-latest
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
|
Python 3.10, macos-latest
but was not found to be installed on your system.
|
Python 3.10, macos-latest
If this would cause problems for you,
|
Python 3.10, macos-latest
please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466
|
Python 3.10, macos-latest
import pandas as pd
|
Python 3.12, macos-latest
/Users/runner/micromamba/envs/pyleco-extras/lib/python3.12/site-packages/_pytest/assertion/rewrite.py:670: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
|
Python 3.12, macos-latest
and isinstance(item.value, ast.Str)
|
Code coverage on codecov
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.9, macos-latest
/Users/runner/micromamba/envs/pyleco-extras/lib/python3.9/site-packages/pymeasure/instruments/agilent/agilentE4408B.py:30: DeprecationWarning:
|
Python 3.9, macos-latest
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
|
Python 3.9, macos-latest
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
|
Python 3.9, macos-latest
but was not found to be installed on your system.
|
Python 3.9, macos-latest
If this would cause problems for you,
|
Python 3.9, macos-latest
please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466
|
Python 3.9, macos-latest
import pandas as pd
|
Python 3.11, macos-latest
/Users/runner/micromamba/envs/pyleco-extras/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
|