-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
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
Deprecated calls for pabot 2.16.0 #539
Deprecated calls for pabot 2.16.0 #539
Comments
👍 |
Same here. |
The same here. |
we also facing the same issue after updating the robot to 6.1. |
we also facing the same issue after updating the robot to 6.1. |
I install robotframework version 6.0.0 and this warning disappear. When I install version 6.1 back it came again. Something need to be fixed here |
Warnings should now be gone with 2.17.0 |
Version:
During run tests next warnings appeares:
/usr/local/lib/python3.8/site-packages/robot/utils/argumentparser.py:80: UserWarning: ArgumentParser option 'auto_pythonpath' is deprecated since Robot Framework 5.0. warnings.warn("ArgumentParser option 'auto_pythonpath' is deprecated " /usr/local/lib/python3.8/site-packages/robot/running/builder/builders.py:112: UserWarning: 'TestSuiteBuilder' argument 'included_suites' is deprecated and has no effect. Use the new 'included_ files' argument or filter the parsed suite instead. warnings.warn("'TestSuiteBuilder' argument 'included_suites' is deprecated "
I try keep console printouts clean as posible so it is important to remove such prints.
The text was updated successfully, but these errors were encountered: