mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
476 stars 152 forks source link

Deprecated calls for pabot 2.16.0 #539

Open drfunjohn opened 1 year ago

drfunjohn commented 1 year ago

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.

emakaay commented 1 year ago

:+1: I noted this also when start using RF 6.1.

igravity commented 1 year ago

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 "

uLucasFraga commented 1 year ago

The same here. Any news?

rgud-softwareag commented 1 year ago

we also facing the same issue after updating the robot to 6.1.

bbrookie commented 1 year ago

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 "

MaZa78 commented 11 months ago

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

reubenmiller commented 10 months ago

Warnings should now be gone with 2.17.0