In this PR fix some issues in order to have compatibility with Linux.
Fixes # INGM-412
Type of change
Please add a description and delete options that are not relevant.
[x] Fix how the network adapters are list in Linux
[x] Raise exceptions when trying to run methods not supported in Linux.
[x] Change pipeline to run no_connections tests in a Linux machine.
Tests
[x] Fix tests
[x] Run tests.
Documentation
Please update the documentation.
[x] Update docstrings of every function, method or class that change.
[x] USe type hints for every function and argument.
[x] Build documentation locally to verify changes.
[ ] Add the changes at the [Unreleased] section of the CHANGELOG.
Code formatting
[x] Use black package to format the code: black -l 100 ingeniamotion tests. It is recommended to configure the code editor to automatically format the code using black with a max length line of 100.
Make the library compatible with Linux
Description
In this PR fix some issues in order to have compatibility with Linux.
Fixes # INGM-412
Type of change
Please add a description and delete options that are not relevant.
Tests
Documentation
Please update the documentation.
[Unreleased]
section of the CHANGELOG.Code formatting
black -l 100 ingeniamotion tests
. It is recommended to configure the code editor to automatically format the code using black with a max length line of 100.