Open drfunjohn opened 1 year ago
:+1: I noted this also when start using RF 6.1.
Same here. C:\Users\ccccc\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\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 " C:\Users\ccccc\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\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 "
The same here. Any news?
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. /home/cook/.pyenv/versions/py310/lib/python3.10/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 " /home/cook/.pyenv/versions/py310/lib/python3.10/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 created suite instead. warnings.warn("'TestSuiteBuilder' argument 'included_suites' is deprecated "
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.