We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running on Python 3.13.2 and doing add validator task, the following warnings are displayed:
/Users/tzarski/.pyenv/versions/3.13.2/lib/python3.13/site-packages/unicon/plugins/generic/service_implementation.py:756: DeprecationWarning: 'count' is passed as positional argument output = re.sub(r"^\r?\r\n", "", output, 1)
This should be fixed in unicon library: CiscoTestAutomation/unicon.plugins#109
The text was updated successfully, but these errors were encountered:
same happens when running backup task
Sorry, something went wrong.
No branches or pull requests
When running on Python 3.13.2 and doing add validator task, the following warnings are displayed:
This should be fixed in unicon library: CiscoTestAutomation/unicon.plugins#109
The text was updated successfully, but these errors were encountered: